From 126f2b8df773acc00d0b52a4dfbffadebe7946e2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 28 Nov 2010 14:15:22 +0100 Subject: Import busybox-1.15.0 kconfig symbols Signed-off-by: Abdoulaye Walsimou Gaye --- busybox-miscutils.kconfig | 50 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) (limited to 'busybox-miscutils.kconfig') 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 -- cgit v1.2.3