summaryrefslogtreecommitdiff
path: root/busybox.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
commitbd90baeb9f9a255a545e0ece9197f89f04395db0 (patch)
tree59169ed66acf150a9fc6aba90fe96b9afd7155d1 /busybox.kconfig
parent126f2b8df773acc00d0b52a4dfbffadebe7946e2 (diff)
downloadembtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.gz
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.bz2
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.xz
Import busybox-1.16.x kconfigs symbolsembtk-busybox-kconfigs-1.16.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox.kconfig')
-rw-r--r--busybox.kconfig43
1 files changed, 26 insertions, 17 deletions
diff --git a/busybox.kconfig b/busybox.kconfig
index d52ca7c..b24aaef 100644
--- a/busybox.kconfig
+++ b/busybox.kconfig
@@ -31,6 +31,23 @@ config KEMBTK_BUSYB_EXTRA_COMPAT
some GNU extensions in libc. You probably only need this option
if you plan to run busybox on desktop.
+config KEMBTK_BUSYB_INCLUDE_SUSv2
+ bool "Enable obsolete features removed before KEMBTK_BUSYB_SUSv3"
+ default y
+ help
+ This option will enable backwards compatibility with SuSv2,
+ specifically, old-style numeric options ('command -1 <file>')
+ will be supported in head, tail, and fold. (Note: should
+ affect renice too.)
+
+config KEMBTK_BUSYB_USE_PORTABLE_CODE
+ bool "Avoid using GCC-specific code constructs"
+ depends on EMBTK_BB_VERSION_1_16_X
+ help
+ Use this option if you are trying to compile busybox with
+ compiler other than gcc.
+ If you do use gcc, this option may needlessly increase code size.
+
choice
prompt "Buffer allocation policy"
help
@@ -114,13 +131,19 @@ config KEMBTK_BUSYB_FEATURE_CHECK_UNICODE_IN_ENV
bool "Check $LANG environment variable"
default y
depends on KEMBTK_BUSYB_FEATURE_ASSUME_UNICODE && !KEMBTK_BUSYB_LOCALE_SUPPORT
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
With this option on, Unicode support is activated
only if LANG variable has the value of the form "xxxx.utf8"
Otherwise, Unicode support will be always enabled and active.
+config KEMBTK_BUSYB_GETOPT_LONG
+ bool
+ default n
+ help
+ backward compatibility for busybox-1.{13,14}.x
+
config KEMBTK_BUSYB_LONG_OPTS
bool "Support for --long-options"
default y
@@ -129,11 +152,6 @@ config KEMBTK_BUSYB_LONG_OPTS
Enable this if you want busybox applets to use the gnu --long-option
style, in addition to single character -a -b -c style options.
-config KEMBTK_BUSYB_GETOPT_LONG
- bool
- help
- backward compatibility for busybox-1.{13,14}.x
-
config KEMBTK_BUSYB_FEATURE_DEVPTS
bool "Use the devpts filesystem for Unix98 PTYs"
default y
@@ -412,7 +430,7 @@ config KEMBTK_BUSYB_CROSS_COMPILER_PREFIX
config KEMBTK_BUSYB_EXTRA_CFLAGS
string "Additional CFLAGS"
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
default ""
help
Additional CFLAGS to pass to the compiler verbatim.
@@ -490,17 +508,8 @@ config KEMBTK_BUSYB_EFENCE
endchoice
-config KEMBTK_BUSYB_INCLUDE_SUSv2
- bool "Enable obsolete features removed before KEMBTK_BUSYB_SUSv3?"
- default y
- help
- This option will enable backwards compatibility with SuSv2,
- specifically, old-style numeric options ('command -1 <file>')
- will be supported in head, tail, and fold. (Note: should
- affect renice too.)
-
### config PARSE
-### bool "Uniform config file parser debugging applet: parse"
+### bool "Uniform config file parser debugging applet: parse"
comment "-------------------------------------------------"