Kconfig (e0d21d9cca25f424f3129649be48a63c128ed42d) | Kconfig (d5950b4355049092739bea97d1bdc14433126cc5) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/config-language.txt. 3 4mainmenu "Linux/Xtensa Kernel Configuration" 5 6config FRAME_POINTER 7 bool 8 default n --- 214 unchanged lines hidden (view full) --- 223 This is especially useful if you have compiled the kernel with the 224 "-g" option to preserve debugging information. It is mainly used 225 for examining kernel data structures on the live kernel. 226 227source "fs/Kconfig.binfmt" 228 229endmenu 230 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/config-language.txt. 3 4mainmenu "Linux/Xtensa Kernel Configuration" 5 6config FRAME_POINTER 7 bool 8 default n --- 214 unchanged lines hidden (view full) --- 223 This is especially useful if you have compiled the kernel with the 224 "-g" option to preserve debugging information. It is mainly used 225 for examining kernel data structures on the live kernel. 226 227source "fs/Kconfig.binfmt" 228 229endmenu 230 |
231source "net/Kconfig" 232 |
|
231source "drivers/Kconfig" 232 233source "fs/Kconfig" 234 235menu "Xtensa initrd options" 236 depends on BLK_DEV_INITRD 237 238 config EMBEDDED_RAMDISK --- 22 unchanged lines hidden --- | 233source "drivers/Kconfig" 234 235source "fs/Kconfig" 236 237menu "Xtensa initrd options" 238 depends on BLK_DEV_INITRD 239 240 config EMBEDDED_RAMDISK --- 22 unchanged lines hidden --- |