summaryrefslogtreecommitdiff
path: root/busybox-editors.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-editors.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-editors.kconfig')
-rw-r--r--busybox-editors.kconfig19
1 files changed, 14 insertions, 5 deletions
diff --git a/busybox-editors.kconfig b/busybox-editors.kconfig
index 39a7e64..f12eb02 100644
--- a/busybox-editors.kconfig
+++ b/busybox-editors.kconfig
@@ -35,11 +35,19 @@ config KEMBTK_BUSYB_DIFF
config KEMBTK_BUSYB_FEATURE_DIFF_BINARY
bool "Enable checks for binary files"
- default y
depends on KEMBTK_BUSYB_DIFF
+ depends on EMBTK_BB_VERSION_1_13_X || EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ default y
+ help
+ This option enables support for checking for binary files
+ before a comparison is carried out.
+
+config KEMBTK_BUSYB_FEATURE_DIFF_LONG_OPTIONS
+ bool "Enable long options"
+ depends on KEMBTK_BUSYB_DIFF && KEMBTK_BUSYB_LONG_OPTS
+ depends on EMBTK_BB_VERSION_1_16_X
help
- This option enables support for checking for binary files
- before a comparison is carried out.
+ Enable use of long options.
config KEMBTK_BUSYB_FEATURE_DIFF_DIR
bool "Enable directory support"
@@ -52,9 +60,10 @@ config KEMBTK_BUSYB_FEATURE_DIFF_DIR
config KEMBTK_BUSYB_FEATURE_DIFF_MINIMAL
bool "Enable -d option to find smaller sets of changes"
depends on KEMBTK_BUSYB_DIFF
+ depends on EMBTK_BB_VERSION_1_13_X || EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
- Enabling this option allows the use of -d to make diff
- try hard to find the smallest possible set of changes.
+ Enabling this option allows the use of -d to make diff
+ try hard to find the smallest possible set of changes.
config KEMBTK_BUSYB_ED
bool "ed"