diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-05-16 23:05:27 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-16 23:13:52 +0200 |
commit | f0e1fa760099eef43f4450471d795807a1cc43c8 (patch) | |
tree | 173c95c9c24a3ca12b08493bf5bfc25862656fc1 /arch/arm/plat-s3c/Kconfig | |
parent | [ARM] S3C64XX: Add ARM clock (diff) | |
download | linux-f0e1fa760099eef43f4450471d795807a1cc43c8.tar.xz linux-f0e1fa760099eef43f4450471d795807a1cc43c8.zip |
[ARM] S3C: Add USB high-speed/OtG device definitions
Add platform device definitions for the high-speed and OtG
capable device block on the newer Samsung parts.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index a4c5027421d3..140391587c39 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig @@ -186,4 +186,9 @@ config S3C_DEV_USB_HOST help Compile in platform device definition for USB host. +config S3C_DEV_USB_HSOTG + bool + help + Compile in platform device definition for USB high-speed OtG + endif |