[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110216001443.002592295@clark.kroah.org>
Date: Tue, 15 Feb 2011 16:13:56 -0800
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
"H. Peter Anvin" <hpa@...ux.intel.com>,
Daniel Drake <dsd@...top.org>,
Andres Salomon <dilinger@...ued.net>,
Grant Likely <grant.likely@...retlab.ca>
Subject: [179/272] x86, olpc: Add missing Kconfig dependencies
2.6.37-stable review patch. If anyone has any objections, please let us know.
------------------
From: H. Peter Anvin <hpa@...ux.intel.com>
commit 76d1f7bfcd5872056902c5a88b5fcd5d4d00a7a9 upstream.
OLPC uses select for OLPC_OPENFIRMWARE, which means OLPC has to
enforce the dependencies for OLPC_OPENFIRMWARE. Make sure it does so.
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
Cc: Daniel Drake <dsd@...top.org>
Cc: Andres Salomon <dilinger@...ued.net>
Cc: Grant Likely <grant.likely@...retlab.ca>
LKML-Reference: <20100923162846.D8D409D401B@....reactivated.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2035,6 +2035,7 @@ config OLPC
bool "One Laptop Per Child support"
select GPIOLIB
select OLPC_OPENFIRMWARE
+ depends on !X86_64 && !X86_PAE
---help---
Add support for detecting the unique features of the OLPC
XO hardware.
--
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