ARM: S5P: Update defconfig for HRT support
[deliverable/linux.git] / arch / arm / plat-s5p / Kconfig
index deb39951a22e8d83c4ca75cf88bf20df7deb6e95..0e414477124054e4d071bfacce1a6b98d0cc1b07 100644 (file)
@@ -7,10 +7,10 @@
 
 config PLAT_S5P
        bool
-       depends on (ARCH_S5P64X0 || ARCH_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5PV310)
+       depends on (ARCH_S5P64X0 || ARCH_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
        default y
-       select ARM_VIC if !ARCH_S5PV310
-       select ARM_GIC if ARCH_S5PV310
+       select ARM_VIC if !ARCH_EXYNOS4
+       select ARM_GIC if ARCH_EXYNOS4
        select NO_IOPORT
        select ARCH_REQUIRE_GPIOLIB
        select S3C_GPIO_TRACK
@@ -37,6 +37,19 @@ config S5P_GPIO_INT
        help
          Common code for the GPIO interrupts (other than external interrupts.)
 
+config S5P_HRT
+       bool
+       help
+         Use the High Resolution timer support
+
+comment "System MMU"
+
+config S5P_SYSTEM_MMU
+       bool "S5P SYSTEM MMU"
+       depends on ARCH_EXYNOS4
+       help
+         Say Y here if you want to enable System MMU
+
 config S5P_DEV_FIMC0
        bool
        help
@@ -67,18 +80,7 @@ config S5P_DEV_CSIS1
        help
          Compile in platform device definitions for MIPI-CSIS channel 1
 
-menuconfig S5P_SYSMMU
-       bool "SYSMMU support"
-       depends on ARCH_S5PV310
-       help
-         This is a System MMU driver for Samsung ARM based Soc.
-
-if S5P_SYSMMU
-
-config S5P_SYSMMU_DEBUG
-       bool "Enables debug messages"
-       depends on S5P_SYSMMU
+config S5P_SETUP_MIPIPHY
+       bool
        help
-         This enables SYSMMU driver debug massages.
-
-endif
+         Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices
This page took 0.043418 seconds and 5 git commands to generate.