diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 20:20:21 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 20:20:21 +0900 |
commit | a1a9107deff9b9e5c615058834b74717fa87d49c (patch) | |
tree | 70686e34b8676a812a5cc63059e4ae8343ee1df1 /arch/arm/mach-exynos4/Kconfig | |
parent | 86f82da586098f16d92b5637808c323f5455e935 (diff) | |
parent | 31451afd2480caf3ae15da56cf9fc3cb3fb821cb (diff) | |
download | op-kernel-dev-a1a9107deff9b9e5c615058834b74717fa87d49c.zip op-kernel-dev-a1a9107deff9b9e5c615058834b74717fa87d49c.tar.gz |
Merge branch 'next-samsung-board-2' into next-samsung-devel-2
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index b6722dec..2dad16c 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -20,6 +20,11 @@ config SOC_EXYNOS4212 help Enable EXYNOS4212 SoC support +config SOC_EXYNOS4412 + bool + help + Enable EXYNOS4412 SoC support + config EXYNOS4_MCT bool default y @@ -276,6 +281,15 @@ config MACH_SMDK4212 help Machine support for Samsung SMDK4212 +comment "EXYNOS4412 Boards" + +config MACH_SMDK4412 + bool "SMDK4412" + select SOC_EXYNOS4412 + select MACH_SMDK4212 + help + Machine support for Samsung SMDK4412 + endmenu comment "Configuration for HSMMC bus width" |