diff options
author | Olof Johansson <olof@lixom.net> | 2013-01-08 21:42:52 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-08 21:42:52 +0400 |
commit | 2f64a8d7b28bd052150eda82fab2e0c7d6a4ab94 (patch) | |
tree | 50de8cf53a37f187d848faf807006b102eaac3d4 /arch/arm/mach-exynos/Kconfig | |
parent | 5595e755b67a963db20b74ef8e1670a6fd245ed9 (diff) | |
parent | 61bcbc2af8be4cafb5723d4bd306053b70f52a7a (diff) | |
download | linux-2f64a8d7b28bd052150eda82fab2e0c7d6a4ab94.tar.xz |
Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
From Kukjin Kim:
Most of them are EXYNOS5440 fixes which are for changing uart console,
cpu id (typo) and silent complaining gpio error in kernel boot.
* 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: EXYNOS: skip the clock initialization for exynos5440
ARM: EXYNOS: enable PINCTRL for EXYNOS5440
ARM: dts: use uart port1 for console on exynos4210-smdkv310
ARM: dts: use uart port0 for console on exynos5440-ssdk5440
ARM: SAMSUNG: fix the cpu id for EXYNOS5440
ARM: EXYNOS: Revise HDMI resource size
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 91d5b6f1d5af..e103c290bc9e 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -74,6 +74,8 @@ config SOC_EXYNOS5440 depends on ARCH_EXYNOS5 select ARM_ARCH_TIMER select AUTO_ZRELADDR + select PINCTRL + select PINCTRL_EXYNOS5440 help Enable EXYNOS5440 SoC support |