diff options
author | Tomasz Figa <t.figa@samsung.com> | 2012-09-03 15:51:26 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:42:32 +0900 |
commit | a46b79745246ceae935234c8a380a2c517651a91 (patch) | |
tree | fe5d482ad7ce77c3bc70f863f308e5a8aceed279 | |
parent | 286d2157c50c4b1928ca9bf65e2aca661e48f6a1 (diff) | |
download | linux-3.10-a46b79745246ceae935234c8a380a2c517651a91.tar.gz linux-3.10-a46b79745246ceae935234c8a380a2c517651a91.tar.bz2 linux-3.10-a46b79745246ceae935234c8a380a2c517651a91.zip |
ARM: EXYNOS: Make MACH_EXYNOS4_DT select S5P_SETUP_MIPIPHY
S5P_SETUP_MIPIPHY is needed for device tree support of MIPI DSI on
Exynos4.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 0020f87afdd..3ea8c7d0769 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -416,6 +416,7 @@ config MACH_EXYNOS4_DT select PINCTRL select PINCTRL_EXYNOS select S5P_DEV_MFC + select S5P_SETUP_MIPIPHY select USE_OF select ARM_DMA_USE_IOMMU if EXYNOS_IOMMU help |