summaryrefslogtreecommitdiff
path: root/busybox-miscutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 14:15:22 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 14:15:22 +0100
commit126f2b8df773acc00d0b52a4dfbffadebe7946e2 (patch)
tree70a0d0629dbd7f1a87a011b1a0b558cf2fc030b1 /busybox-miscutils.kconfig
parentbc091af204857b1a09faeac6f6b897ca0c7647c5 (diff)
downloadembtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.gz
embtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.bz2
embtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.xz
Import busybox-1.15.0 kconfig symbolsembtk-busybox-kconfigs-1.15.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-miscutils.kconfig')
-rw-r--r--busybox-miscutils.kconfig50
1 files changed, 46 insertions, 4 deletions
diff --git a/busybox-miscutils.kconfig b/busybox-miscutils.kconfig
index d13a223..e7d7723 100644
--- a/busybox-miscutils.kconfig
+++ b/busybox-miscutils.kconfig
@@ -19,6 +19,28 @@ config KEMBTK_BUSYB_BBCONFIG
The bbconfig applet will print the config file with which
busybox was built.
+config KEMBTK_BUSYB_BEEP
+ bool "beep"
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ The beep applets beeps in a given freq/Hz.
+
+config KEMBTK_BUSYB_FEATURE_BEEP_FREQ
+ int "default frequency"
+ range 0 2147483647
+ default 4000
+ depends on KEMBTK_BUSYB_BEEP
+ help
+ Frequency for default beep.
+
+config KEMBTK_BUSYB_FEATURE_BEEP_LENGTH_MS
+ int "default length"
+ range 0 2147483647
+ default 30
+ depends on KEMBTK_BUSYB_BEEP
+ help
+ Length in ms for default beep.
+
config KEMBTK_BUSYB_CHAT
bool "chat"
help
@@ -115,7 +137,7 @@ config KEMBTK_BUSYB_FEATURE_CROND_DIR
string "crond spool directory"
default "/var/spool/cron"
depends on KEMBTK_BUSYB_CROND || KEMBTK_BUSYB_CRONTAB
- depends on EMBTK_BB_VERSION_1_14_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
Location of crond spool.
@@ -229,16 +251,30 @@ config KEMBTK_BUSYB_FBSPLASH
"NN" (ASCII decimal number) - percentage to show on progress bar
"exit" - well you guessed it
+config KEMBTK_BUSYB_FLASH_LOCK
+ bool "flash_lock"
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
+ utility locks part or all of the flash device.
+
+config KEMBTK_BUSYB_FLASH_UNLOCK
+ bool "flash_unlock"
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
+ utility unlocks part or all of the flash device.
+
config KEMBTK_BUSYB_FLASH_ERASEALL
bool "flash_eraseall"
- depends on EMBTK_BB_VERSION_1_14_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
This utility is used to erase the whole KEMBTK_BUSYB_MTD device.
config KEMBTK_BUSYB_IONICE
bool "ionice"
- depends on EMBTK_BB_VERSION_1_14_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
Set/set program io scheduling class and priority
Requires kernel >= 2.6.13
@@ -506,7 +542,7 @@ config KEMBTK_BUSYB_TIME
config KEMBTK_BUSYB_TIMEOUT
bool "timeout"
- depends on EMBTK_BB_VERSION_1_14_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
Runs a program and watches it. If it does not terminate in
specified number of seconds, it is sent a signal.
@@ -519,6 +555,12 @@ config KEMBTK_BUSYB_TTYSIZE
error, but returns default 80x24.
Usage in shell scripts: width=`ttysize w`.
+config KEMBTK_BUSYB_VOLNAME
+ bool "volname"
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ Prints a CD-ROM volume name.
+
config KEMBTK_BUSYB_WATCHDOG
bool "watchdog"
help