diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-05-16 17:11:20 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-16 17:14:09 -0400 |
commit | 06fa1d37ce9a8fab86a5db304ca5b576f0223d18 (patch) | |
tree | b120b65ed123d4b2edb56770558c13f364dcf2b6 /arch/arm/mach-s3c6410/Kconfig | |
parent | f0e1fa760099eef43f4450471d795807a1cc43c8 (diff) |
[ARM] SMDK6410: Add USB high-speed/OtG gadget device
Add the USB gadget support to the SMDK6410.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 9c163f365c80..e63aac7f4e5a 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -36,6 +36,7 @@ config MACH_SMDK6410 | |||
36 | select S3C_DEV_I2C1 | 36 | select S3C_DEV_I2C1 |
37 | select S3C_DEV_FB | 37 | select S3C_DEV_FB |
38 | select S3C_DEV_USB_HOST | 38 | select S3C_DEV_USB_HOST |
39 | select S3C_DEV_USB_HSOTG | ||
39 | select S3C6410_SETUP_SDHCI | 40 | select S3C6410_SETUP_SDHCI |
40 | select S3C64XX_SETUP_I2C1 | 41 | select S3C64XX_SETUP_I2C1 |
41 | select S3C64XX_SETUP_FB_24BPP | 42 | select S3C64XX_SETUP_FB_24BPP |