[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100510105304.7a4bcb92.randy.dunlap@oracle.com>
Date: Mon, 10 May 2010 10:53:04 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, gregkh@...e.de
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Ossama Othman <ossama.othman@...el.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: [PATCH -next] staging: memrar depends on RAR_REGISTER
From: Randy Dunlap <randy.dunlap@...cle.com>
Alan said that memrar should depend on RAR_REGISTER
(instead of selecting it).
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Ossama Othman <ossama.othman@...el.com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
---
drivers/staging/memrar/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20100510.orig/drivers/staging/memrar/Kconfig
+++ linux-next-20100510/drivers/staging/memrar/Kconfig
@@ -1,6 +1,6 @@
config MRST_RAR_HANDLER
tristate "RAR handler driver for Intel Moorestown platform"
- select RAR_REGISTER
+ depends on RAR_REGISTER
---help---
This driver provides a memory management interface to
restricted access regions (RAR) available on the Intel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists