2007-03-03 20:35:01 +00:00
|
|
|
config BUSYBOX_CONFIG_FEATURE_DEVFS
|
2009-05-25 13:52:31 +00:00
|
|
|
bool
|
2007-03-03 20:35:01 +00:00
|
|
|
default y if LINUX_2_4
|
|
|
|
default n if LINUX_2_6
|
|
|
|
|
2007-06-08 10:29:05 +00:00
|
|
|
config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
|
2009-05-25 13:52:31 +00:00
|
|
|
bool
|
2007-06-08 10:29:05 +00:00
|
|
|
default y if LINUX_2_4
|
|
|
|
default n if LINUX_2_6
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
2009-05-25 13:52:31 +00:00
|
|
|
bool
|
2007-06-08 10:29:05 +00:00
|
|
|
default n if LINUX_2_4
|
|
|
|
default y if LINUX_2_6
|
2009-08-21 22:32:09 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_NOMMU
|
|
|
|
bool
|
|
|
|
depends NOMMU
|
|
|
|
default y if NOMMU
|
|
|
|
deselect BUSYBOX_CONFIG_ASH
|
|
|
|
deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH
|
|
|
|
deselect BUSYBOX_CONFIG_LOCK
|
|
|
|
|
|
|
|
config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
|
|
|
|
bool
|
|
|
|
default y if NOMMU
|
|
|
|
default n if !NOMMU
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_HUSH
|
|
|
|
bool
|
|
|
|
default y if NOMMU
|
|
|
|
default n if !NOMMU
|
|
|
|
|