diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-03 23:49:59 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-04 20:04:46 +0200 |
commit | e26a28d190304d910ee49b81cbfe6d9241f56e86 (patch) | |
tree | 8d5a789df287438534c214a26b02df82ff4f6159 /arch/x86/Kconfig | |
parent | 7b04fa014c11e6415da8b5a7999dbd201abad53c (diff) | |
download | talos-op-linux-e26a28d190304d910ee49b81cbfe6d9241f56e86.tar.gz talos-op-linux-e26a28d190304d910ee49b81cbfe6d9241f56e86.zip |
x86: olpc build fix
CONFIG_OLPC needs to depend on MGEODE_LX
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c3f880902d66..845ea2b2d487 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1661,6 +1661,7 @@ 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 |