aboutsummaryrefslogtreecommitdiff
path: root/util-linux/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/config.in')
-rw-r--r--util-linux/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/util-linux/config.in b/util-linux/config.in
index f96fa1823..bcc99bbe1 100644
--- a/util-linux/config.in
+++ b/util-linux/config.in
@@ -23,6 +23,10 @@ if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then
fi
bool 'getopt' CONFIG_GETOPT
bool 'hexdump' CONFIG_HEXDUMP
+bool 'hwclock' CONFIG_HWCLOCK
+if [ "$CONFIG_HWCLOCK" = "y" ]; then
+ bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
+fi
bool 'losetup' CONFIG_LOSETUP
bool 'mkswap' CONFIG_MKSWAP
bool 'more' CONFIG_MORE