projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4b83c
)
ARM: S3C2440: mini2440: Fix missing CONFIG_S3C_DEV_USB_HOST
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 26 Oct 2009 20:37:21 +0000
(20:37 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Wed, 28 Oct 2009 18:34:37 +0000
(18:34 +0000)
Fix missing select of S3C_DEV_USB_HOST when building for mini2440
only. Fixes the following error:
built-in.o: undefined reference to `s3c_device_usb`
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2440/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2440/Kconfig
b/arch/arm/mach-s3c2440/Kconfig
index d7bba919a77ea487b37129a79f410a55886d40c4..a8b69d77571b5562ac1912d17322f321421afb8f 100644
(file)
--- a/
arch/arm/mach-s3c2440/Kconfig
+++ b/
arch/arm/mach-s3c2440/Kconfig
@@
-103,6
+103,7
@@
config MACH_MINI2440
select LEDS_TRIGGER_BACKLIGHT
select SND_S3C24XX_SOC_S3C24XX_UDA134X
select S3C_DEV_NAND
+ select S3C_DEV_USB_HOST
help
Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
available via various sources. It can come with a 3.5" or 7" touch LCD.