lkml.org 
[lkml]   [2009]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] cs553x: fix build dependency problems
Andres, how does this look to you?

It fixes the problems that I know about.



From: Randy Dunlap <randy.dunlap@oracle.com>

Fix multiple build errors due to cs553x-gpio using GPIO APIs
and using PCI APIs.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
arch/x86/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

--- mmotm-2009-0417-1519.orig/arch/x86/Kconfig
+++ mmotm-2009-0417-1519/arch/x86/Kconfig
@@ -1969,7 +1969,8 @@ config GEODE_MFGPT_TIMER

config OLPC
bool "One Laptop Per Child support"
- select GPIO_CS553X
+ select GPIO_CS553X if PCI
+ select GPIOLIB if PCI
default n
---help---
Add support for detecting the unique features of the OLPC

\
 
 \ /
  Last update: 2009-04-19 03:05    [W:3.608 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site