Kconfig.debug (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | Kconfig.debug (6b2aac42b20f495d9ea220036f57596d525d4233) |
---|---|
1menu "Kernel hacking" 2 3config TRACE_IRQFLAGS_SUPPORT 4 bool 5 default y 6 7source "lib/Kconfig.debug" 8 --- 43 unchanged lines hidden (view full) --- 52 build time by entering them here. In other cases you can specify 53 kernel args so that you don't have to set them up in board prom 54 initialization routines. 55 56 For more information, see the CMDLINE_BOOL and CMDLINE_OVERRIDE 57 options. 58 59config CMDLINE_OVERRIDE | 1menu "Kernel hacking" 2 3config TRACE_IRQFLAGS_SUPPORT 4 bool 5 default y 6 7source "lib/Kconfig.debug" 8 --- 43 unchanged lines hidden (view full) --- 52 build time by entering them here. In other cases you can specify 53 kernel args so that you don't have to set them up in board prom 54 initialization routines. 55 56 For more information, see the CMDLINE_BOOL and CMDLINE_OVERRIDE 57 options. 58 59config CMDLINE_OVERRIDE |
60 bool "Built-in command line overrides firware arguments" | 60 bool "Built-in command line overrides firmware arguments" |
61 default n 62 depends on CMDLINE_BOOL 63 help 64 By setting this option to 'Y' you will have your kernel ignore 65 command line arguments from firmware or second stage bootloader. 66 Instead, the built-in command line will be used exclusively. 67 68 Normally, you will choose 'N' here. --- 63 unchanged lines hidden --- | 61 default n 62 depends on CMDLINE_BOOL 63 help 64 By setting this option to 'Y' you will have your kernel ignore 65 command line arguments from firmware or second stage bootloader. 66 Instead, the built-in command line will be used exclusively. 67 68 Normally, you will choose 'N' here. --- 63 unchanged lines hidden --- |