summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-06-15 00:21:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 22:10:09 +0200
commita079a6d10ff67ab667dd72def54acf928eaead09 (patch)
tree70719e3324de260d2c89b3f970edebd3e61a6e8d /rules/util-linux-ng.in
parent82afbbdbb375f8b256271bff1ad1cc70009d88e7 (diff)
downloadptxdist-a079a6d10ff67ab667dd72def54acf928eaead09.tar.gz
ptxdist-a079a6d10ff67ab667dd72def54acf928eaead09.tar.xz
util-linux-ng: add zramctl option
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 9fddfd8fe..b0d5e1f5f 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -366,4 +366,10 @@ config UTIL_LINUX_NG_FINDFS
comment "BusyBox' findfs is selected!"
depends on BUSYBOX_FINDFS
+config UTIL_LINUX_NG_ZRAMCTL
+ bool
+ prompt "zramctl"
+ help
+ The zramctl program is a tool to set up and control zram devices.
+
endif