summaryrefslogtreecommitdiff
path: root/busybox-init.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948 /busybox-init.kconfig
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-init.kconfig')
-rw-r--r--busybox-init.kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/busybox-init.kconfig b/busybox-init.kconfig
index 6b5799f..081e747 100644
--- a/busybox-init.kconfig
+++ b/busybox-init.kconfig
@@ -7,7 +7,6 @@ menu "Init Utilities"
config INIT
bool "init"
- default n
select FEATURE_SYSLOG
help
init is the first program run when the system boots.
@@ -40,7 +39,6 @@ config FEATURE_KILL_DELAY
config FEATURE_INIT_SCTTY
bool "Run commands with leading dash with controlling tty"
- default n
depends on INIT
help
If this option is enabled, init will try to give a controlling
@@ -55,7 +53,6 @@ config FEATURE_INIT_SCTTY
config FEATURE_INIT_SYSLOG
bool "Enable init to write to syslog"
- default n
depends on INIT
config FEATURE_EXTRA_QUIET
@@ -67,7 +64,6 @@ config FEATURE_EXTRA_QUIET
config FEATURE_INIT_COREDUMPS
bool "Support dumping core for child processes (debugging only)"
- default n
depends on INIT
help
If this option is enabled and the file /.init_enable_core
@@ -88,13 +84,11 @@ config FEATURE_INITRD
config HALT
bool "poweroff, halt, and reboot"
- default n
help
Stop all processes and either halt, reboot, or power off the system.
config MESG
bool "mesg"
- default n
help
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal