all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnu: linux-libre: Set CONFIG_DEVMEM=y
@ 2015-04-14 22:08 Jason Self
  0 siblings, 0 replies; only message in thread
From: Jason Self @ 2015-04-14 22:08 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 77 bytes --]

/dev/mem has become an optional device. This patch sets /dev/mem to
enabled.

[-- Attachment #1.2: 0001-gnu-linux-libre-Set-CONFIG_DEVMEM-y.patch --]
[-- Type: application/octet-stream, Size: 1224 bytes --]

From 8632da607b580284b8cfb9f7b5451f71abb1caaa Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Tue, 14 Apr 2015 15:04:08 -0700
Subject: [PATCH 1/1] 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>
---
 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
 
 #
-- 
1.7.9.5


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-14 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 22:08 gnu: linux-libre: Set CONFIG_DEVMEM=y Jason Self

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.