diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-08 13:58:01 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-08 15:43:50 +0200 |
commit | ac44cc96fbc8f44c056fa37573e8447eec512b10 (patch) | |
tree | 40106d51d7fe49d90b2c38a55f7e20b8d8e0cf33 /arch/x86 | |
parent | 3de2403e6659d71b36ec820dc9b942762ddfe6eb (diff) | |
download | op-kernel-dev-ac44cc96fbc8f44c056fa37573e8447eec512b10.zip op-kernel-dev-ac44cc96fbc8f44c056fa37573e8447eec512b10.tar.gz |
x86: revert geode config dependency
commit e26a28d190304d910ee49b81cbfe6d9241f56e86
x86: olpc build fix
was a fix to a patch that was withdrawn/delayed and then erroneously
commited to x86.git. Revert it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bbcafaa..42109f1 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1662,7 +1662,6 @@ config GEODE_MFGPT_TIMER config OLPC bool "One Laptop Per Child support" - depends on MGEODE_LX default n help Add support for detecting the unique features of the OLPC |