-
Notifications
You must be signed in to change notification settings - Fork 1
/
04-linux-kernel-configs.txt
24 lines (17 loc) · 1.24 KB
/
04-linux-kernel-configs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Debugging information
│ Symbol: DEBUG_FS [=y] │
│ Type : boolean │
│ Prompt: Debug Filesystem │
│ Location: │
│ -> Kernel hacking │
│ (1) -> Compile-time checks and compiler options │
For dynamic debug
CONFIG_DYNAMIC_DEBUG
│ Symbol: DYNAMIC_DEBUG [=n] │
│ Type : boolean │
│ Prompt: Enable dynamic printk() support │
│ Location: │
│ -> Kernel hacking │
│ (1) -> printk and dmesg options │
│ Defined at lib/Kconfig.debug:47 │
│ Depends on: PRINTK [=y] && DEBUG_FS [=y]