diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-04-08 06:22:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-14 01:53:30 +0200 |
commit | 01da92f7f6436c6c29c11490c7fcdb20fb6c46b8 (patch) | |
tree | 809e102a172e49b78b95864643c2a2ee0fb6bf2f /arch/arm/mach-exynos4/Kconfig | |
parent | USB: Add initial S5P EHCI driver (diff) | |
download | linux-01da92f7f6436c6c29c11490c7fcdb20fb6c46b8.tar.xz linux-01da92f7f6436c6c29c11490c7fcdb20fb6c46b8.zip |
ARM: EXYNOS4: Add usb ehci device to the NURI board
This patch is to support usb ehci device to the NURI board.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index e849f67be47d..805196207ce8 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -170,6 +170,7 @@ config MACH_NURI select S3C_DEV_HSMMC3 select S3C_DEV_I2C1 select S3C_DEV_I2C5 + select S5P_DEV_USB_EHCI select EXYNOS4_SETUP_I2C1 select EXYNOS4_SETUP_I2C5 select EXYNOS4_SETUP_SDHCI |