diff options
author | Jason Self <j@jxself.org> | 2015-04-14 15:04:08 -0700 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-17 02:05:11 -0400 |
commit | 007aa90b2116e73c2288f04ace37d4a6d0142d6c (patch) | |
tree | d4968b6236f42990c5c80c5d2e86d684fcaef008 /gnu | |
parent | d67513fa05a95256fe9ef8c611dc9cfab307be03 (diff) | |
download | patches-007aa90b2116e73c2288f04ace37d4a6d0142d6c.tar patches-007aa90b2116e73c2288f04ace37d4a6d0142d6c.tar.gz |
gnu: linux-libre: Set CONFIG_DEVMEM=y
* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.
Signed-off-by: Jason Self <j@jxself.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux-libre-i686.conf | 2 | ||||
-rw-r--r-- | gnu/packages/linux-libre-x86_64.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux-libre-i686.conf b/gnu/packages/linux-libre-i686.conf index 0bda70ef48..0b66cc0e7c 100644 --- a/gnu/packages/linux-libre-i686.conf +++ b/gnu/packages/linux-libre-i686.conf @@ -3523,7 +3523,7 @@ CONFIG_N_HDLC=m CONFIG_N_GSM=m CONFIG_TRACE_ROUTER=m CONFIG_TRACE_SINK=m -# CONFIG_DEVMEM is not set +CONFIG_DEVMEM=y # CONFIG_DEVKMEM is not set # diff --git a/gnu/packages/linux-libre-x86_64.conf b/gnu/packages/linux-libre-x86_64.conf index 90ea29a71e..04cf66ea72 100644 --- a/gnu/packages/linux-libre-x86_64.conf +++ b/gnu/packages/linux-libre-x86_64.conf @@ -3418,7 +3418,7 @@ CONFIG_N_HDLC=m CONFIG_N_GSM=m CONFIG_TRACE_ROUTER=m CONFIG_TRACE_SINK=m -# CONFIG_DEVMEM is not set +CONFIG_DEVMEM=y # CONFIG_DEVKMEM is not set # |