guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: linux-libre: Set CONFIG_DEVMEM=y


From: Mark H. Weaver
Subject: 01/01: gnu: linux-libre: Set CONFIG_DEVMEM=y
Date: Fri, 17 Apr 2015 06:05:03 +0000

mhw pushed a commit to branch master
in repository guix.

commit 007aa90b2116e73c2288f04ace37d4a6d0142d6c
Author: Jason Self <address@hidden>
Date:   Tue Apr 14 15:04:08 2015 -0700

    gnu: linux-libre: Set CONFIG_DEVMEM=y
    
    * gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.
    
    Signed-off-by: Jason Self <address@hidden>
---
 gnu/packages/linux-libre-i686.conf   |    2 +-
 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 0bda70e..0b66cc0 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 90ea29a..04cf66e 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
 
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]