- DEBUG_INIT -> config CONFIG_DEBUG_INIT

This commit is contained in:
Bernhard Reutner-Fischer
2006-05-29 13:08:35 +00:00
parent 76bb97c995
commit 35e1a077d6
2 changed files with 16 additions and 13 deletions

View File

@ -11,6 +11,14 @@ config CONFIG_INIT
help
init is the first program run when the system boots.
config CONFIG_DEBUG_INIT
bool "debugging aid"
default n
depends on CONFIG_INIT
help
Turn this on to disable all the dangerous
rebooting stuff when debugging.
config CONFIG_FEATURE_USE_INITTAB
bool "Support reading an inittab file"
default y