diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index f0edec199cd4..6ab656cc4f16 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -15,7 +15,7 @@ config ARCH_OMAP3 | |||
15 | select ARM_CPU_SUSPEND if PM | 15 | select ARM_CPU_SUSPEND if PM |
16 | select OMAP_INTERCONNECT | 16 | select OMAP_INTERCONNECT |
17 | select PM_OPP if PM | 17 | select PM_OPP if PM |
18 | select PM_RUNTIME if CPU_IDLE | 18 | select PM if CPU_IDLE |
19 | select SOC_HAS_OMAP2_SDRC | 19 | select SOC_HAS_OMAP2_SDRC |
20 | 20 | ||
21 | config ARCH_OMAP4 | 21 | config ARCH_OMAP4 |
@@ -32,7 +32,7 @@ config ARCH_OMAP4 | |||
32 | select PL310_ERRATA_588369 if CACHE_L2X0 | 32 | select PL310_ERRATA_588369 if CACHE_L2X0 |
33 | select PL310_ERRATA_727915 if CACHE_L2X0 | 33 | select PL310_ERRATA_727915 if CACHE_L2X0 |
34 | select PM_OPP if PM | 34 | select PM_OPP if PM |
35 | select PM_RUNTIME if CPU_IDLE | 35 | select PM if CPU_IDLE |
36 | select ARM_ERRATA_754322 | 36 | select ARM_ERRATA_754322 |
37 | select ARM_ERRATA_775420 | 37 | select ARM_ERRATA_775420 |
38 | 38 | ||
@@ -103,7 +103,7 @@ config ARCH_OMAP2PLUS_TYPICAL | |||
103 | select I2C_OMAP | 103 | select I2C_OMAP |
104 | select MENELAUS if ARCH_OMAP2 | 104 | select MENELAUS if ARCH_OMAP2 |
105 | select NEON if CPU_V7 | 105 | select NEON if CPU_V7 |
106 | select PM_RUNTIME | 106 | select PM |
107 | select REGULATOR | 107 | select REGULATOR |
108 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 | 108 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 |
109 | select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 | 109 | select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 |