summaryrefslogtreecommitdiff
path: root/busybox-editors.kconfig
diff options
context:
space:
mode:
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"