Kconfig.debug (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | Kconfig.debug (112f8b1294cc20163dc547399a0c4df5783cd89d) |
---|---|
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config BOOTPARAM 6 bool 'Compiled-in Kernel Boot Parameter' 7 8config BOOTPARAM_STRING --- 27 unchanged lines hidden (view full) --- 36 37config NO_KERNEL_MSG 38 bool "Suppress Kernel BUG Messages" 39 help 40 Do not output any debug BUG messages within the kernel. 41 42config BDM_DISABLE 43 bool "Disable BDM signals" | 1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config BOOTPARAM 6 bool 'Compiled-in Kernel Boot Parameter' 7 8config BOOTPARAM_STRING --- 27 unchanged lines hidden (view full) --- 36 37config NO_KERNEL_MSG 38 bool "Suppress Kernel BUG Messages" 39 help 40 Do not output any debug BUG messages within the kernel. 41 42config BDM_DISABLE 43 bool "Disable BDM signals" |
44 depends on (EXPERIMENTAL && COLDFIRE) | 44 depends on COLDFIRE |
45 help 46 Disable the ColdFire CPU's BDM signals. 47 48endif 49 50endmenu | 45 help 46 Disable the ColdFire CPU's BDM signals. 47 48endif 49 50endmenu |