aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-01-14 14:57:06 -0500
committerH. Peter Anvin <hpa@linux.intel.com>2011-01-14 14:57:06 -0500
commit76d1f7bfcd5872056902c5a88b5fcd5d4d00a7a9 (patch)
tree99cc04216d0e7e11f3413508bd260e7af6886240 /arch/x86
parent6550904ddbc3c286798a87edf95eeebcc62bc58a (diff)
x86, olpc: Add missing Kconfig dependencies
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@linux.intel.com> Cc: Daniel Drake <dsd@laptop.org> Cc: Andres Salomon <dilinger@queued.net> Cc: Grant Likely <grant.likely@secretlab.ca> LKML-Reference: <20100923162846.D8D409D401B@zog.reactivated.net> Cc: <stable@kernel.org> 2.6.37
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b6fccb07123e..184bc8872799 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2064,6 +2064,7 @@ config OLPC
2064 bool "One Laptop Per Child support" 2064 bool "One Laptop Per Child support"
2065 select GPIOLIB 2065 select GPIOLIB
2066 select OLPC_OPENFIRMWARE 2066 select OLPC_OPENFIRMWARE
2067 depends on !X86_64 && !X86_PAE
2067 ---help--- 2068 ---help---
2068 Add support for detecting the unique features of the OLPC 2069 Add support for detecting the unique features of the OLPC
2069 XO hardware. 2070 XO hardware.