summaryrefslogtreecommitdiff
path: root/busybox-miscutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-miscutils.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-miscutils.kconfig')
-rw-r--r--busybox-miscutils.kconfig222
1 files changed, 111 insertions, 111 deletions
diff --git a/busybox-miscutils.kconfig b/busybox-miscutils.kconfig
index f8a9541..3bb9d05 100644
--- a/busybox-miscutils.kconfig
+++ b/busybox-miscutils.kconfig
@@ -5,26 +5,26 @@
menu "Miscellaneous Utilities"
-config ADJTIMEX
+config KEMBTK_BUSYB_ADJTIMEX
bool "adjtimex"
help
Adjtimex reads and optionally sets adjustment parameters for
the Linux clock adjustment algorithm.
-config BBCONFIG
+config KEMBTK_BUSYB_BBCONFIG
bool "bbconfig"
help
The bbconfig applet will print the config file with which
busybox was built.
-config CHAT
+config KEMBTK_BUSYB_CHAT
bool "chat"
help
Simple chat utility.
-config FEATURE_CHAT_NOFAIL
+config KEMBTK_BUSYB_FEATURE_CHAT_NOFAIL
bool "Enable NOFAIL expect strings"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
default y
help
When enabled expect strings which are started with a dash trigger
@@ -33,32 +33,32 @@ config FEATURE_CHAT_NOFAIL
for next EXPECT string. This allows to compose far more flexible
scripts.
-config FEATURE_CHAT_TTY_HIFI
- bool "Force STDIN to be a TTY"
- depends on CHAT
+config KEMBTK_BUSYB_FEATURE_CHAT_TTY_HIFI
+ bool "Force STDIN to be a KEMBTK_BUSYB_TTY"
+ depends on KEMBTK_BUSYB_CHAT
help
- Original chat always treats STDIN as a TTY device and sets for it
+ Original chat always treats STDIN as a KEMBTK_BUSYB_TTY device and sets for it
so-called raw mode. This option turns on such behaviour.
-config FEATURE_CHAT_IMPLICIT_CR
+config KEMBTK_BUSYB_FEATURE_CHAT_IMPLICIT_CR
bool "Enable implicit Carriage Return"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
default y
help
When enabled make chat to terminate all SEND strings with a "\r"
unless "\c" is met anywhere in the string.
-config FEATURE_CHAT_SWALLOW_OPTS
+config KEMBTK_BUSYB_FEATURE_CHAT_SWALLOW_OPTS
bool "Swallow options"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
help
Busybox chat require no options. To make it not fail when used
in place of original chat (which has a bunch of options) turn
this on.
-config FEATURE_CHAT_SEND_ESCAPES
+config KEMBTK_BUSYB_FEATURE_CHAT_SEND_ESCAPES
bool "Support weird SEND escapes"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
help
Original chat uses some escape sequences in SEND arguments which
are not sent to device but rather performs special actions.
@@ -66,28 +66,28 @@ config FEATURE_CHAT_SEND_ESCAPES
"\d" delays execution for a second, "\p" -- for a 1/100 of second.
Before turning this option on think twice: do you really need them?
-config FEATURE_CHAT_VAR_ABORT_LEN
+config KEMBTK_BUSYB_FEATURE_CHAT_VAR_ABORT_LEN
bool "Support variable-length ABORT conditions"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
help
Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
-config FEATURE_CHAT_CLR_ABORT
+config KEMBTK_BUSYB_FEATURE_CHAT_CLR_ABORT
bool "Support revoking of ABORT conditions"
- depends on CHAT
+ depends on KEMBTK_BUSYB_CHAT
help
Support CLR_ABORT directive.
-config CHRT
+config KEMBTK_BUSYB_CHRT
bool "chrt"
help
manipulate real-time attributes of a process.
This requires sched_{g,s}etparam support in your libc.
-config CROND
+config KEMBTK_BUSYB_CROND
bool "crond"
- select FEATURE_SUID
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SUID
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
Crond is a background daemon that parses individual crontab
files and executes commands on behalf of the users in question.
@@ -97,43 +97,43 @@ config CROND
# Run daily cron jobs at 4:40 every day:
40 4 * * * /etc/cron/daily > /dev/null 2>&1
-config FEATURE_CROND_D
+config KEMBTK_BUSYB_FEATURE_CROND_D
bool "Support option -d to redirect output to stderr"
- depends on CROND
+ depends on KEMBTK_BUSYB_CROND
help
-d sets loglevel to 0 (most verbose) and directs all output to stderr.
-config FEATURE_CROND_CALL_SENDMAIL
+config KEMBTK_BUSYB_FEATURE_CROND_CALL_SENDMAIL
bool "Using /usr/sbin/sendmail?"
- depends on CROND
+ depends on KEMBTK_BUSYB_CROND
help
Support calling /usr/sbin/sendmail for send cmd outputs.
-config CRONTAB
+config KEMBTK_BUSYB_CRONTAB
bool "crontab"
- select FEATURE_SUID
+ select KEMBTK_BUSYB_FEATURE_SUID
help
Crontab manipulates the crontab for a particular user. Only
the superuser may specify a different user and/or crontab directory.
Note that Busybox binary must be setuid root for this applet to
work properly.
-config DC
+config KEMBTK_BUSYB_DC
bool "dc"
help
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic.
-config FEATURE_DC_LIBM
+config KEMBTK_BUSYB_FEATURE_DC_LIBM
bool "Enable power and exp functions (requires libm)"
- depends on DC
+ depends on KEMBTK_BUSYB_DC
help
Enable power and exp functions.
NOTE: This will require libm to be present for linking.
-config DEVFSD
+config KEMBTK_BUSYB_DEVFSD
bool "devfsd (obsolete)"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
This is deprecated, and will be removed at the end of 2008.
@@ -146,28 +146,28 @@ config DEVFSD
But only if they are written UPPERCASE!!!!!!!!
-config DEVFSD_MODLOAD
+config KEMBTK_BUSYB_DEVFSD_MODLOAD
bool "Adds support for MODLOAD keyword in devsfd.conf"
- depends on DEVFSD
+ depends on KEMBTK_BUSYB_DEVFSD
help
This actually doesn't work with busybox modutils but needs
the external modutils.
-config DEVFSD_FG_NP
+config KEMBTK_BUSYB_DEVFSD_FG_NP
bool "Enables the -fg and -np options"
- depends on DEVFSD
+ depends on KEMBTK_BUSYB_DEVFSD
help
-fg Run the daemon in the foreground.
-np Exit after parsing the configuration file.
Do not poll for events.
-config DEVFSD_VERBOSE
+config KEMBTK_BUSYB_DEVFSD_VERBOSE
bool "Increases logging (and size)"
- depends on DEVFSD
+ depends on KEMBTK_BUSYB_DEVFSD
help
Increases logging to stderr or syslog.
-config FEATURE_DEVFS
+config KEMBTK_BUSYB_FEATURE_DEVFS
bool "Use devfs names for all devices (obsolete)"
help
This is obsolete and will be going away at the end of 2008..
@@ -176,25 +176,25 @@ config FEATURE_DEVFS
/dev/loop0. If your /dev directory has normal names instead of
devfs names, you don't want this.
-config DEVMEM
+config KEMBTK_BUSYB_DEVMEM
bool "devmem"
help
devmem is a small program that reads and writes from physical
memory using /dev/mem.
-config EJECT
+config KEMBTK_BUSYB_EJECT
bool "eject"
help
Used to eject cdroms. (defaults to /dev/cdrom)
-config FEATURE_EJECT_SCSI
+config KEMBTK_BUSYB_FEATURE_EJECT_SCSI
bool "SCSI support"
- depends on EJECT
+ depends on KEMBTK_BUSYB_EJECT
help
Add the -s option to eject, this allows to eject SCSI-Devices and
usb-storage devices.
-config FBSPLASH
+config KEMBTK_BUSYB_FBSPLASH
bool "fbsplash"
help
Shows splash image and progress bar on framebuffer device.
@@ -214,149 +214,149 @@ config FBSPLASH
"NN" (ASCII decimal number) - percentage to show on progress bar
"exit" - well you guessed it
-config INOTIFYD
+config KEMBTK_BUSYB_INOTIFYD
bool "inotifyd"
help
Simple inotify daemon. Reports filesystem changes. Requires
kernel >= 2.6.13
-config LAST
+config KEMBTK_BUSYB_LAST
bool "last"
- select FEATURE_WTMP
+ select KEMBTK_BUSYB_FEATURE_WTMP
help
'last' displays a list of the last users that logged into the system.
choice
prompt "Choose last implementation"
- depends on LAST
+ depends on KEMBTK_BUSYB_LAST
-config FEATURE_LAST_SMALL
+config KEMBTK_BUSYB_FEATURE_LAST_SMALL
bool "small"
help
This is a small version of last with just the basic set of
features.
-config FEATURE_LAST_FANCY
+config KEMBTK_BUSYB_FEATURE_LAST_FANCY
bool "huge"
help
'last' displays detailed information about the last users that
logged into the system (mimics sysvinit last). +900 bytes.
endchoice
-config LESS
+config KEMBTK_BUSYB_LESS
bool "less"
help
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
-config FEATURE_LESS_MAXLINES
+config KEMBTK_BUSYB_FEATURE_LESS_MAXLINES
int "Max number of input lines less will try to eat"
default 9999999
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
-config FEATURE_LESS_BRACKETS
+config KEMBTK_BUSYB_FEATURE_LESS_BRACKETS
bool "Enable bracket searching"
default y
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
This option adds the capability to search for matching left and right
brackets, facilitating programming.
-config FEATURE_LESS_FLAGS
+config KEMBTK_BUSYB_FEATURE_LESS_FLAGS
bool "Enable extra flags"
default y
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
The extra flags provided do the following:
The -M flag enables a more sophisticated status line.
The -m flag enables a simpler status line with a percentage.
-config FEATURE_LESS_DASHCMD
+config KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
bool "Enable flag changes ('-' command)"
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
This enables the ability to change command-line flags within
less itself ('-' keyboard command).
-config FEATURE_LESS_MARKS
+config KEMBTK_BUSYB_FEATURE_LESS_MARKS
bool "Enable marks"
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
Marks enable positions in a file to be stored for easy reference.
-config FEATURE_LESS_REGEXP
+config KEMBTK_BUSYB_FEATURE_LESS_REGEXP
bool "Enable regular expressions"
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
Enable regular expressions, allowing complex file searches.
-config FEATURE_LESS_LINENUMS
+config KEMBTK_BUSYB_FEATURE_LESS_LINENUMS
bool "Enable dynamic switching of line numbers"
- depends on FEATURE_LESS_DASHCMD
+ depends on KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
help
Enable "-N" command.
-config FEATURE_LESS_WINCH
+config KEMBTK_BUSYB_FEATURE_LESS_WINCH
bool "Enable automatic resizing on window size changes"
- depends on LESS
+ depends on KEMBTK_BUSYB_LESS
help
Makes less track window size changes.
-config HDPARM
+config KEMBTK_BUSYB_HDPARM
bool "hdparm"
help
Get/Set hard drive parameters. Primarily intended for ATA
drives. Adds about 13k (or around 30k if you enable the
- FEATURE_HDPARM_GET_IDENTITY option)....
+ KEMBTK_BUSYB_FEATURE_HDPARM_GET_IDENTITY option)....
-config FEATURE_HDPARM_GET_IDENTITY
+config KEMBTK_BUSYB_FEATURE_HDPARM_GET_IDENTITY
bool "Support obtaining detailed information directly from drives"
default y
- depends on HDPARM
+ depends on KEMBTK_BUSYB_HDPARM
help
Enables the -I and -i options to obtain detailed information
directly from drives about their capabilities and supported ATA
feature set. If no device name is specified, hdparm will read
identify data from stdin. Enabling this option will add about 16k...
-config FEATURE_HDPARM_HDIO_SCAN_HWIF
- bool "Register an IDE interface (DANGEROUS)"
- depends on HDPARM
+config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_SCAN_HWIF
+ bool "Register an KEMBTK_BUSYB_IDE interface (DANGEROUS)"
+ depends on KEMBTK_BUSYB_HDPARM
help
- Enables the 'hdparm -R' option to register an IDE interface.
+ Enables the 'hdparm -R' option to register an KEMBTK_BUSYB_IDE interface.
This is dangerous stuff, so you should probably say N.
-config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
- bool "Un-register an IDE interface (DANGEROUS)"
- depends on HDPARM
+config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
+ bool "Un-register an KEMBTK_BUSYB_IDE interface (DANGEROUS)"
+ depends on KEMBTK_BUSYB_HDPARM
help
- Enables the 'hdparm -U' option to un-register an IDE interface.
+ Enables the 'hdparm -U' option to un-register an KEMBTK_BUSYB_IDE interface.
This is dangerous stuff, so you should probably say N.
-config FEATURE_HDPARM_HDIO_DRIVE_RESET
+config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_DRIVE_RESET
bool "Perform device reset (DANGEROUS)"
- depends on HDPARM
+ depends on KEMBTK_BUSYB_HDPARM
help
Enables the 'hdparm -w' option to perform a device reset.
This is dangerous stuff, so you should probably say N.
-config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
+config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
bool "Tristate device for hotswap (DANGEROUS)"
- depends on HDPARM
+ depends on KEMBTK_BUSYB_HDPARM
help
Enables the 'hdparm -x' option to tristate device for hotswap,
and the '-b' option to get/set bus state. This is dangerous
stuff, so you should probably say N.
-config FEATURE_HDPARM_HDIO_GETSET_DMA
+config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_GETSET_DMA
bool "Get/set using_dma flag (DANGEROUS)"
- depends on HDPARM
+ depends on KEMBTK_BUSYB_HDPARM
help
Enables the 'hdparm -d' option to get/set using_dma flag.
This is dangerous stuff, so you should probably say N.
-config MAKEDEVS
+config KEMBTK_BUSYB_MAKEDEVS
bool "makedevs"
help
'makedevs' is a utility used to create a batch of devices with
@@ -376,47 +376,47 @@ config MAKEDEVS
choice
prompt "Choose makedevs behaviour"
- depends on MAKEDEVS
+ depends on KEMBTK_BUSYB_MAKEDEVS
-config FEATURE_MAKEDEVS_LEAF
+config KEMBTK_BUSYB_FEATURE_MAKEDEVS_LEAF
bool "leaf"
-config FEATURE_MAKEDEVS_TABLE
+config KEMBTK_BUSYB_FEATURE_MAKEDEVS_TABLE
bool "table"
endchoice
-config MAN
+config KEMBTK_BUSYB_MAN
bool "man"
help
Format and display manual pages.
-config MICROCOM
+config KEMBTK_BUSYB_MICROCOM
bool "microcom"
help
The poor man's minicom utility for chatting with serial port devices.
-config MOUNTPOINT
+config KEMBTK_BUSYB_MOUNTPOINT
bool "mountpoint"
help
mountpoint checks if the directory is a mountpoint.
-config MT
+config KEMBTK_BUSYB_MT
bool "mt"
help
mt is used to control tape devices. You can use the mt utility
to advance or rewind a tape past a specified number of archive
files on the tape.
-config RAIDAUTORUN
+config KEMBTK_BUSYB_RAIDAUTORUN
bool "raidautorun"
help
raidautorun tells the kernel md driver to
search and start RAID arrays.
-config READAHEAD
+config KEMBTK_BUSYB_READAHEAD
bool "readahead"
- depends on LFS
+ depends on KEMBTK_BUSYB_LFS
help
Preload the files listed on the command line into RAM cache so that
subsequent reads on these files will not block on disk I/O.
@@ -424,13 +424,13 @@ config READAHEAD
This applet just calls the readahead(2) system call on each file.
It is mainly useful in system startup scripts to preload files
or executables before they are used. When used at the right time
- (in particular when a CPU bound process is running) it can
+ (in particular when a KEMBTK_BUSYB_CPU bound process is running) it can
significantly speed up system startup.
As readahead(2) blocks until each file has been read, it is best to
run this applet as a background job.
-config RUNLEVEL
+config KEMBTK_BUSYB_RUNLEVEL
bool "runlevel"
help
find the current and previous system runlevel.
@@ -438,45 +438,45 @@ config RUNLEVEL
This applet uses utmp but does not rely on busybox supporing
utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
-config RX
+config KEMBTK_BUSYB_RX
bool "rx"
help
Receive files using the Xmodem protocol.
-config SETSID
+config KEMBTK_BUSYB_SETSID
bool "setsid"
help
setsid runs a program in a new session
-config STRINGS
+config KEMBTK_BUSYB_STRINGS
bool "strings"
help
strings prints the printable character sequences for each file
specified.
-config TASKSET
+config KEMBTK_BUSYB_TASKSET
bool "taskset"
help
- Retrieve or set a processes's CPU affinity.
+ Retrieve or set a processes's KEMBTK_BUSYB_CPU affinity.
This requires sched_{g,s}etaffinity support in your libc.
-config FEATURE_TASKSET_FANCY
+config KEMBTK_BUSYB_FEATURE_TASKSET_FANCY
bool "Fancy output"
default y
- depends on TASKSET
+ depends on KEMBTK_BUSYB_TASKSET
help
Add code for fancy output. This merely silences a compiler-warning
and adds about 135 Bytes. May be needed for machines with alot
- of CPUs.
+ of KEMBTK_BUSYB_CPUs.
-config TIME
+config KEMBTK_BUSYB_TIME
bool "time"
help
The time command runs the specified program with the given arguments.
When the command finishes, time writes a message to standard output
giving timing statistics about this program run.
-config TTYSIZE
+config KEMBTK_BUSYB_TTYSIZE
bool "ttysize"
help
A replacement for "stty size". Unlike stty, can report only width,
@@ -484,7 +484,7 @@ config TTYSIZE
error, but returns default 80x24.
Usage in shell scripts: width=`ttysize w`.
-config WATCHDOG
+config KEMBTK_BUSYB_WATCHDOG
bool "watchdog"
help
The watchdog utility is used with hardware or software watchdog