Kconfig.debug (f0cd91a68acdc9b49d7f6738b514a426da627649) | Kconfig.debug (192ef366198ce16c0379100565cdc5b7bd68511f) |
---|---|
1menu "Kernel hacking" 2 | 1menu "Kernel hacking" 2 |
3config TRACE_IRQFLAGS_SUPPORT 4 bool 5 default y 6 |
|
3source "lib/Kconfig.debug" 4 5config CROSSCOMPILE 6 bool "Are you using a crosscompiler" 7 help 8 Say Y here if you are compiling the kernel on a different 9 architecture than the one it is intended to run on. This is just a 10 convenience option which will select the appropriate value for --- 72 unchanged lines hidden --- | 7source "lib/Kconfig.debug" 8 9config CROSSCOMPILE 10 bool "Are you using a crosscompiler" 11 help 12 Say Y here if you are compiling the kernel on a different 13 architecture than the one it is intended to run on. This is just a 14 convenience option which will select the appropriate value for --- 72 unchanged lines hidden --- |