diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-03 17:49:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-04 14:04:46 -0400 |
commit | e26a28d190304d910ee49b81cbfe6d9241f56e86 (patch) | |
tree | 8d5a789df287438534c214a26b02df82ff4f6159 /arch | |
parent | 7b04fa014c11e6415da8b5a7999dbd201abad53c (diff) |
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')
-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 | |||
1661 | 1661 | ||
1662 | config OLPC | 1662 | config OLPC |
1663 | bool "One Laptop Per Child support" | 1663 | bool "One Laptop Per Child support" |
1664 | depends on MGEODE_LX | ||
1664 | default n | 1665 | default n |
1665 | help | 1666 | help |
1666 | Add support for detecting the unique features of the OLPC | 1667 | Add support for detecting the unique features of the OLPC |