Merge commit 'v2.6.34-rc2' into perf/core
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
index cdee9176a7753a084262badf5254e4c16dae686e..7f7ad6f289bd53383ed5ed952099d62c2a4f52b1 100644 (file)
@@ -9,21 +9,21 @@ choice
 config ARCH_MX1
        bool "MX1-based"
        select CPU_ARM920T
-       select COMMON_CLKDEV
+       select IMX_HAVE_IOMUX_V1
        help
          This enables support for systems based on the Freescale i.MX1 family
 
 config ARCH_MX2
        bool "MX2-based"
        select CPU_ARM926T
-       select COMMON_CLKDEV
+       select IMX_HAVE_IOMUX_V1
        help
          This enables support for systems based on the Freescale i.MX2 family
 
 config ARCH_MX25
        bool "MX25-based"
        select CPU_ARM926T
-       select COMMON_CLKDEV
+       select ARCH_MXC_IOMUX_V3
        select HAVE_FB_IMX
        help
          This enables support for systems based on the Freescale i.MX25 family
@@ -31,21 +31,18 @@ config ARCH_MX25
 config ARCH_MX3
        bool "MX3-based"
        select CPU_V6
-       select COMMON_CLKDEV
        help
          This enables support for systems based on the Freescale i.MX3 family
 
 config ARCH_MXC91231
        bool "MXC91231-based"
        select CPU_V6
-       select COMMON_CLKDEV
        help
          This enables support for systems based on the Freescale MXC91231 family
 
 config ARCH_MX5
        bool "MX5-based"
        select CPU_V7
-       select COMMON_CLKDEV
        help
          This enables support for systems based on the Freescale i.MX51 family
 
@@ -62,7 +59,6 @@ endmenu
 
 config MXC_IRQ_PRIOR
        bool "Use IRQ priority"
-       depends on ARCH_MXC
        help
          Select this if you want to use prioritized IRQ handling.
          This feature prevents higher priority ISR to be interrupted
@@ -81,7 +77,6 @@ config MXC_TZIC
 
 config MXC_PWM
        tristate "Enable PWM driver"
-       depends on ARCH_MXC
        select HAVE_PWM
        help
          Enable support for the i.MX PWM controller(s).
@@ -91,7 +86,9 @@ config MXC_ULPI
 
 config ARCH_HAS_RNGA
        bool
-       depends on ARCH_MXC
+
+config IMX_HAVE_IOMUX_V1
+       bool
 
 config ARCH_MXC_IOMUX_V3
        bool
This page took 0.025581 seconds and 5 git commands to generate.