summaryrefslogtreecommitdiff
path: root/busybox-util-linux.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-util-linux.kconfig')
-rw-r--r--busybox-util-linux.kconfig30
1 files changed, 29 insertions, 1 deletions
diff --git a/busybox-util-linux.kconfig b/busybox-util-linux.kconfig
index 917f8a5..8f4b953 100644
--- a/busybox-util-linux.kconfig
+++ b/busybox-util-linux.kconfig
@@ -4,9 +4,31 @@
#
comment "-------------------------------------------------"
-comment "----- Linux System Utilities"
+comment "Linux System Utilities"
comment "-------------------------------------------------"
+config KEMBTK_BUSYB_ACPID
+ bool "acpid"
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ acpid listens to ACPI events coming either in textual form from
+ /proc/acpi/event (though it is marked deprecated it is still widely
+ used and _is_ a standard) or in binary form from specified evdevs
+ (just use /dev/input/event*).
+
+ It parses the event to retrieve ACTION and a possible PARAMETER.
+ It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
+ (if the resulting path is a directory) or directly as an executable.
+
+ N.B. acpid relies on run-parts so have the latter installed.
+
+config KEMBTK_BUSYB_FEATURE_ACPID_COMPAT
+ bool "Accept and ignore redundant options"
+ depends on KEMBTK_BUSYB_ACPID
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Accept and ignore compatibility options -g -m -s -S -v.
+
config KEMBTK_BUSYB_BLKID
bool "blkid"
select KEMBTK_BUSYB_VOLUMEID
@@ -196,6 +218,12 @@ config KEMBTK_BUSYB_FEATURE_MINIX2
this. If you enabled 'mkfs_minix' then you almost certainly want to
be using the version 2 filesystem support.
+config KEMBTK_BUSYB_MKFS_VFAT
+ bool "mkfs_vfat"
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Utility to create FAT32 filesystems.
+
config KEMBTK_BUSYB_GETOPT
bool "getopt"
help