Merge tag 'imx25-iomux-ds' of git://git.pengutronix.de/git/imx/linux-2.6 into next...
[deliverable/linux.git] / arch / arm / mach-omap2 / Kconfig
index c4ae0a77f7b40dc436fbb252cd6aa7be00837a12..21a4095a1000fc19caa2572914b95d9b125f9c57 100644 (file)
@@ -21,12 +21,16 @@ config ARCH_OMAP2PLUS_TYPICAL
          Compile a kernel suitable for booting most boards
 
 config ARCH_OMAP2
-       bool
+       bool "TI OMAP2"
+       depends on ARCH_OMAP2PLUS
+       default y
        select CPU_V6
        select MULTI_IRQ_HANDLER
 
 config ARCH_OMAP3
-       bool
+       bool "TI OMAP3"
+       depends on ARCH_OMAP2PLUS
+       default y
        select CPU_V7
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
        select ARCH_HAS_OPP
@@ -35,7 +39,9 @@ config ARCH_OMAP3
        select MULTI_IRQ_HANDLER
 
 config ARCH_OMAP4
-       bool
+       bool "TI OMAP4"
+       default y
+       depends on ARCH_OMAP2PLUS
        select CACHE_L2X0
        select CPU_V7
        select ARM_GIC
@@ -50,58 +56,36 @@ config ARCH_OMAP4
        select ARM_CPU_SUSPEND if PM
 
 comment "OMAP Core Type"
-
-config SOC_OMAP
-       bool
+       depends on ARCH_OMAP2
 
 config SOC_OMAP2420
        bool "OMAP2420 support"
+       depends on ARCH_OMAP2
        default y
-       select SOC_OMAP
-       select ARCH_OMAP2
        select OMAP_DM_TIMER
        select ARCH_OMAP_OTG
 
 config SOC_OMAP2430
        bool "OMAP2430 support"
+       depends on ARCH_OMAP2
        default y
-       select SOC_OMAP
-       select ARCH_OMAP2
        select ARCH_OMAP_OTG
 
 config SOC_OMAP3430
        bool "OMAP3430 support"
+       depends on ARCH_OMAP3
        default y
-       select SOC_OMAP
-       select ARCH_OMAP3
        select ARCH_OMAP_OTG
 
 config SOC_OMAPTI81XX
        bool "TI81XX support"
+       depends on ARCH_OMAP3
        default y
-       select SOC_OMAP
-       select ARCH_OMAP3
 
 config SOC_OMAPAM33XX
        bool "AM33XX support"
+       depends on ARCH_OMAP3
        default y
-       select SOC_OMAP
-       select ARCH_OMAP3
-
-config SOC_OMAP44XX
-       bool "OMAP44XX support"
-       default y
-       select SOC_OMAP
-       select ARCH_OMAP4
-
-config SOC_OMAP_NOOP
-       bool
-       depends on !SOC_OMAP
-       default y
-       select ARCH_OMAP2
-       select ARCH_OMAP3
-       select ARCH_OMAP4
-       select MACH_OMAP_GENERIC
 
 config OMAP_PACKAGE_ZAF
        bool
@@ -128,17 +112,17 @@ config OMAP_PACKAGE_CBS
        bool
 
 comment "OMAP Board Type"
+       depends on ARCH_OMAP2PLUS
 
 config MACH_OMAP_GENERIC
        bool "Generic OMAP2+ board"
+       depends on ARCH_OMAP2PLUS
        select USE_OF
        default y
        help
          Support for generic TI OMAP2+ boards using Flattened Device Tree.
          More information at Documentation/devicetree
 
-if SOC_OMAP
-
 config MACH_OMAP2_TUSB6010
        bool
        depends on ARCH_OMAP2 && SOC_OMAP2420
@@ -359,7 +343,6 @@ config MACH_OMAP4_PANDA
        select OMAP_PACKAGE_CBS
        select REGULATOR_FIXED_VOLTAGE if REGULATOR
 
-endif
 config OMAP3_EMU
        bool "OMAP3 debugging peripherals"
        depends on ARCH_OMAP3
@@ -381,8 +364,8 @@ config OMAP3_SDRC_AC_TIMING
          going on could result in system crashes;
 
 config OMAP4_ERRATA_I688
-       bool "OMAP4 errata: Async Bridge Corruption (BROKEN)"
-       depends on ARCH_OMAP4 && BROKEN
+       bool "OMAP4 errata: Async Bridge Corruption"
+       depends on ARCH_OMAP4
        select ARCH_HAS_BARRIERS
        help
          If a data is stalled inside asynchronous bridge because of back
This page took 0.033506 seconds and 5 git commands to generate.