All of lore.kernel.org
 help / color / mirror / Atom feed
From: arhuaco@freaks-unidos.net (Nelson Castillo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] GTA02: Fix build adding NAND and USB host entries to Kconfig
Date: Sat, 09 Jan 2010 05:11:45 -0500	[thread overview]
Message-ID: <20100109101145.9632.42319.stgit@localhost> (raw)

Add S3C_DEV_USB_HOST and S3C_DEV_NAND to Kconfig to
avoid building errors.

Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
---

 arch/arm/mach-s3c2442/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig
index 8d38118..f68b25f 100644
--- a/arch/arm/mach-s3c2442/Kconfig
+++ b/arch/arm/mach-s3c2442/Kconfig
@@ -31,6 +31,8 @@ config MACH_NEO1973_GTA02
 	select POWER_SUPPLY
 	select MACH_NEO1973
 	select S3C2410_PWM
+	select S3C_DEV_USB_HOST
+	select S3C_DEV_NAND
 	help
 	   Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
 

                 reply	other threads:[~2010-01-09 10:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100109101145.9632.42319.stgit@localhost \
    --to=arhuaco@freaks-unidos.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.