From: Randy Dunlap <randy.dunlap@oracle.com>
To: Andres Salomon <dilinger@queued.net>
Cc: akpm@linux-foundation.org, david-b@pacbell.net,
jordan@cosmicpenguin.net, katzj@redhat.com, tiwai@suse.de,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] cs553x: fix build dependency problems
Date: Sat, 18 Apr 2009 18:01:18 -0700 [thread overview]
Message-ID: <49EA77DE.7040700@oracle.com> (raw)
In-Reply-To: <49E2BEE2.8070305@oracle.com>
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
next prev parent reply other threads:[~2009-04-19 1:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 23:55 + cs553x-gpio-add-amd-cs5535-cs5536-gpio-driver-support-fix-fix.patch added to -mm tree akpm
2009-04-10 20:00 ` Randy Dunlap
2009-04-13 1:52 ` Andres Salomon
2009-04-13 4:26 ` Randy Dunlap
2009-04-19 1:01 ` Randy Dunlap [this message]
2009-04-20 0:00 ` [PATCH] cs553x: fix build dependency problems Andres Salomon
2009-04-17 18:34 ` + cs553x-gpio-add-amd-cs5535-cs5536-gpio-driver-support-fix-fix.patch added to -mm tree Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49EA77DE.7040700@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=david-b@pacbell.net \
--cc=dilinger@queued.net \
--cc=jordan@cosmicpenguin.net \
--cc=katzj@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.