diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-19 11:36:22 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-19 11:36:22 +0000 |
| commit | 8617454027e596329851d54a5a2035fc602a9d4e (patch) | |
| tree | dbdc958b46247921407c8e910b3007ad80b9f639 /miscutils | |
| parent | e93550866bc6e580a5a0e00b4bc213ca84117f6f (diff) | |
| download | busybox-w32-8617454027e596329851d54a5a2035fc602a9d4e.tar.gz busybox-w32-8617454027e596329851d54a5a2035fc602a9d4e.tar.bz2 busybox-w32-8617454027e596329851d54a5a2035fc602a9d4e.zip | |
fix chat CONFIG_xxx dependencies
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 9df1b0e85..73c765f2c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
| @@ -27,6 +27,7 @@ config CHAT | |||
| 27 | 27 | ||
| 28 | config FEATURE_CHAT_NOFAIL | 28 | config FEATURE_CHAT_NOFAIL |
| 29 | bool "Enable NOFAIL expect strings" | 29 | bool "Enable NOFAIL expect strings" |
| 30 | depends on CHAT | ||
| 30 | default y | 31 | default y |
| 31 | help | 32 | help |
| 32 | When enabled expect strings which are started with a dash trigger | 33 | When enabled expect strings which are started with a dash trigger |
| @@ -37,6 +38,7 @@ config FEATURE_CHAT_NOFAIL | |||
| 37 | 38 | ||
| 38 | config FEATURE_CHAT_TTY_HIFI | 39 | config FEATURE_CHAT_TTY_HIFI |
| 39 | bool "Force STDIN to be a TTY" | 40 | bool "Force STDIN to be a TTY" |
| 41 | depends on CHAT | ||
| 40 | default n | 42 | default n |
| 41 | help | 43 | help |
| 42 | Original chat always treats STDIN as a TTY device and sets for it | 44 | Original chat always treats STDIN as a TTY device and sets for it |
| @@ -44,6 +46,7 @@ config FEATURE_CHAT_TTY_HIFI | |||
| 44 | 46 | ||
| 45 | config FEATURE_CHAT_IMPLICIT_CR | 47 | config FEATURE_CHAT_IMPLICIT_CR |
| 46 | bool "Enable implicit Carriage Return" | 48 | bool "Enable implicit Carriage Return" |
| 49 | depends on CHAT | ||
| 47 | default y | 50 | default y |
| 48 | help | 51 | help |
| 49 | When enabled make chat to terminate all SEND strings with a "\r" | 52 | When enabled make chat to terminate all SEND strings with a "\r" |
| @@ -51,6 +54,7 @@ config FEATURE_CHAT_IMPLICIT_CR | |||
| 51 | 54 | ||
| 52 | config FEATURE_CHAT_SWALLOW_OPTS | 55 | config FEATURE_CHAT_SWALLOW_OPTS |
| 53 | bool "Swallow options" | 56 | bool "Swallow options" |
| 57 | depends on CHAT | ||
| 54 | default n | 58 | default n |
| 55 | help | 59 | help |
| 56 | Busybox chat require no options. To make it not fail when used | 60 | Busybox chat require no options. To make it not fail when used |
| @@ -59,6 +63,7 @@ config FEATURE_CHAT_SWALLOW_OPTS | |||
| 59 | 63 | ||
| 60 | config FEATURE_CHAT_SEND_ESCAPES | 64 | config FEATURE_CHAT_SEND_ESCAPES |
| 61 | bool "Support weird SEND escapes" | 65 | bool "Support weird SEND escapes" |
| 66 | depends on CHAT | ||
| 62 | default n | 67 | default n |
| 63 | help | 68 | help |
| 64 | Original chat uses some escape sequences in SEND arguments which | 69 | Original chat uses some escape sequences in SEND arguments which |
| @@ -69,12 +74,14 @@ config FEATURE_CHAT_SEND_ESCAPES | |||
| 69 | 74 | ||
| 70 | config FEATURE_CHAT_VAR_ABORT_LEN | 75 | config FEATURE_CHAT_VAR_ABORT_LEN |
| 71 | bool "Support variable-length ABORT conditions" | 76 | bool "Support variable-length ABORT conditions" |
| 77 | depends on CHAT | ||
| 72 | default n | 78 | default n |
| 73 | help | 79 | help |
| 74 | Original chat uses fixed 50-bytes length ABORT conditions. Say N here. | 80 | Original chat uses fixed 50-bytes length ABORT conditions. Say N here. |
| 75 | 81 | ||
| 76 | config FEATURE_CHAT_CLR_ABORT | 82 | config FEATURE_CHAT_CLR_ABORT |
| 77 | bool "Support revoking of ABORT conditions" | 83 | bool "Support revoking of ABORT conditions" |
| 84 | depends on CHAT | ||
| 78 | default n | 85 | default n |
| 79 | help | 86 | help |
| 80 | Support CLR_ABORT directive. | 87 | Support CLR_ABORT directive. |
| @@ -460,4 +467,3 @@ config WATCHDOG | |||
| 460 | hung, and will cause the hardware to reboot. | 467 | hung, and will cause the hardware to reboot. |
| 461 | 468 | ||
| 462 | endmenu | 469 | endmenu |
| 463 | |||
