busybox: get rid of the useless extra menu
[openwrt.git] / package / busybox / Config.in
1
2 if PACKAGE_busybox
3
4 config BUSYBOX_CONFIG_NOMMU
5         bool
6         depends NOMMU
7         default y if NOMMU
8         deselect BUSYBOX_CONFIG_ASH
9         deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH
10         deselect BUSYBOX_CONFIG_LOCK
11
12 config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
13         bool
14         default y if NOMMU
15         default n if !NOMMU
16
17 config BUSYBOX_CONFIG_HUSH
18         bool
19         default y if NOMMU
20         default n if !NOMMU
21
22 config BUSYBOX_USE_LIBRPC
23         bool
24         depends USE_UCLIBC
25         default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
26
27 source "package/busybox/config/Config.in"
28
29 endif