aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-28 15:45:55 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-28 15:45:55 +0000
commit82cec84a81a78e2440276868150ef3fe8373878e (patch)
tree0a234e6539617a3e88eaff45c373599ffaefef2f /arch/arm/plat-s3c64xx
parentfa2cc1e76c4cdece93c39b07efc6d403c8a567a1 (diff)
fix-gta03-usb-otg-setup.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r--arch/arm/plat-s3c64xx/Kconfig7
-rw-r--r--arch/arm/plat-s3c64xx/Makefile2
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig
index 54375a00a7d..38c284bbd3f 100644
--- a/arch/arm/plat-s3c64xx/Kconfig
+++ b/arch/arm/plat-s3c64xx/Kconfig
@@ -19,6 +19,7 @@ config PLAT_S3C64XX
select S3C_GPIO_PULL_UPDOWN
select S3C_GPIO_CFG_S3C24XX
select S3C_GPIO_CFG_S3C64XX
+ select S3C64XX_SETUP_USBOTG
help
Base platform code for any Samsung S3C64XX device
@@ -59,4 +60,10 @@ config S3C64XX_SETUP_FB_24BPP
help
Common setup code for S3C64XX with an 24bpp RGB display helper.
+config S3C64XX_SETUP_USBOTG
+ bool
+ help
+ Common setup code for S3C64XX with USB OTG
+
+
endif
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 12ac7a50ab7..a79c2547aaa 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -35,3 +35,5 @@ obj-$(CONFIG_PM) += irq-pm.o
obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
+obj-$(CONFIG_S3C64XX_SETUP_USBOTG) += dev-usbgadget.o
+