diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-23 03:50:15 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-23 04:40:45 -0500 |
commit | 540089798d2ae115fc9bff7ed3823c8c32249607 (patch) | |
tree | 08a8adbfc818310baa4d8248178dadf2f5aca331 /arch/x86 | |
parent | 7acdbb3f35f4d08c0c4f7cfa306bc7006b6ba902 (diff) |
x86: OLPC: Remove redundant !X64_64 config dependency
OLPC is under if X86_32 already.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andres Salomon <dilinger@queued.net>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d5ed94d30aad..e327f96b8805 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2068,7 +2068,7 @@ config OLPC | |||
2068 | bool "One Laptop Per Child support" | 2068 | bool "One Laptop Per Child support" |
2069 | select GPIOLIB | 2069 | select GPIOLIB |
2070 | select OLPC_OPENFIRMWARE | 2070 | select OLPC_OPENFIRMWARE |
2071 | depends on !X86_64 && !X86_PAE | 2071 | depends on !X86_PAE |
2072 | ---help--- | 2072 | ---help--- |
2073 | Add support for detecting the unique features of the OLPC | 2073 | Add support for detecting the unique features of the OLPC |
2074 | XO hardware. | 2074 | XO hardware. |
@@ -2081,7 +2081,7 @@ config OLPC_XO1 | |||
2081 | 2081 | ||
2082 | config OLPC_OPENFIRMWARE | 2082 | config OLPC_OPENFIRMWARE |
2083 | bool "Support for OLPC's Open Firmware" | 2083 | bool "Support for OLPC's Open Firmware" |
2084 | depends on !X86_64 && !X86_PAE | 2084 | depends on !X86_PAE |
2085 | default n | 2085 | default n |
2086 | select OF | 2086 | select OF |
2087 | help | 2087 | help |