Skip to content

Commit 76d1f7b

Browse files
author
H. Peter Anvin
committed
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 <[email protected]> Cc: Daniel Drake <[email protected]> Cc: Andres Salomon <[email protected]> Cc: Grant Likely <[email protected]> LKML-Reference: <[email protected]> Cc: <[email protected]> 2.6.37
1 parent 6550904 commit 76d1f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ config OLPC
20642064
bool "One Laptop Per Child support"
20652065
select GPIOLIB
20662066
select OLPC_OPENFIRMWARE
2067+
depends on !X86_64 && !X86_PAE
20672068
---help---
20682069
Add support for detecting the unique features of the OLPC
20692070
XO hardware.

0 commit comments

Comments
 (0)