arm64: Enable ARMv8 based exynos7 SoC support
authorAlim Akhtar <alim.akhtar@samsung.com>
Sat, 22 Nov 2014 13:41:52 +0000 (22:41 +0900)
committerKukjin Kim <kgene@kernel.org>
Mon, 22 Dec 2014 15:19:08 +0000 (00:19 +0900)
This patch adds the necessary Kconfig entries to enable
support for the ARMv8 based exynos7 SoC. It also enables
RTC, WDT and Pinctrl for exynos7 SoC.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Reviewed-by: Thomas Abraham <thomas.ab@samsung.com>
Tested-by: Thomas Abraham <thomas.ab@samsung.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm64/Kconfig

index b1f9a20a367746d7ed7436b82ae0e257335fd3d9..15e8e7469ffde434cc9694722fafe9967a8d8b63 100644 (file)
@@ -148,6 +148,23 @@ source "kernel/Kconfig.freezer"
 
 menu "Platform selection"
 
+config ARCH_EXYNOS
+       bool
+       help
+         This enables support for Samsung Exynos SoC family
+
+config ARCH_EXYNOS7
+       bool "ARMv8 based Samsung Exynos7"
+       select ARCH_EXYNOS
+       select COMMON_CLK_SAMSUNG
+       select HAVE_S3C2410_WATCHDOG if WATCHDOG
+       select HAVE_S3C_RTC if RTC_CLASS
+       select PINCTRL
+       select PINCTRL_EXYNOS
+
+       help
+         This enables support for Samsung Exynos7 SoC family
+
 config ARCH_SEATTLE
        bool "AMD Seattle SoC Family"
        help
This page took 0.025346 seconds and 5 git commands to generate.