summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Kconfig
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2011-06-03 12:34:14 +0530
committerKukjin Kim <kgene.kim@samsung.com>2011-06-03 15:30:02 -0700
commitf8d8e12dd1e0e2559e2419b7acdaf9eee9865736 (patch)
treea9a468cc1ba324c5979df0e98b7f8d3dda43afe5 /arch/arm/mach-exynos4/Kconfig
parent08115a139229ca84adfef4d5983c3c186b9d1c30 (diff)
downloadop-kernel-dev-f8d8e12dd1e0e2559e2419b7acdaf9eee9865736.zip
op-kernel-dev-f8d8e12dd1e0e2559e2419b7acdaf9eee9865736.tar.gz
ARM: S5P: Fix compilation error for exynos4_defconfig
Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r--arch/arm/mach-exynos4/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index b92c1e5..1435fc3 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -91,6 +91,11 @@ config EXYNOS4_SETUP_FIMC
help
Common setup code for the camera interfaces.
+config EXYNOS4_SETUP_USB_PHY
+ bool
+ help
+ Common setup code for USB PHY controller
+
# machine support
menu "EXYNOS4 Machines"
@@ -176,6 +181,7 @@ config MACH_NURI
select EXYNOS4_SETUP_I2C3
select EXYNOS4_SETUP_I2C5
select EXYNOS4_SETUP_SDHCI
+ select EXYNOS4_SETUP_USB_PHY
select SAMSUNG_DEV_PWM
help
Machine support for Samsung Mobile NURI Board.
OpenPOWER on IntegriCloud