lkml.org 
[lkml]   [2008]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] x86 - Make CONFIG_OLPC dependent on CONFIG_MGEODE_LX
The OLPC-specpfic codes require geode_gpio_*() functions although
these functions are defined only with CONFIG_MGEODE_LX=y.
Add a proper dependency to fix build errors.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
arch/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4cf0ab1..21f9a6d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1842,6 +1842,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
--
1.6.0.4


\
 
 \ /
  Last update: 2008-11-11 13:27    [W:0.067 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site