Skip to content

Commit

Permalink
x86: OLPC: Remove redundant !X64_64 config dependency
Browse files Browse the repository at this point in the history
OLPC is under if X86_32 already.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andres Salomon <dilinger@queued.net>
  • Loading branch information
Thomas Gleixner committed Feb 23, 2011
1 parent 7acdbb3 commit 5400897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ config OLPC
bool "One Laptop Per Child support"
select GPIOLIB
select OLPC_OPENFIRMWARE
depends on !X86_64 && !X86_PAE
depends on !X86_PAE
---help---
Add support for detecting the unique features of the OLPC
XO hardware.
Expand All @@ -2081,7 +2081,7 @@ config OLPC_XO1

config OLPC_OPENFIRMWARE
bool "Support for OLPC's Open Firmware"
depends on !X86_64 && !X86_PAE
depends on !X86_PAE
default n
select OF
help
Expand Down

0 comments on commit 5400897

Please sign in to comment.