* [PATCH] GTA02: Fix build adding NAND and USB host entries to Kconfig
@ 2010-01-09 10:11 Nelson Castillo
0 siblings, 0 replies; only message in thread
From: Nelson Castillo @ 2010-01-09 10:11 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-09 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 10:11 [PATCH] GTA02: Fix build adding NAND and USB host entries to Kconfig Nelson Castillo
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.