diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 56021c67c89c..b5fb5f7992df 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -117,7 +117,7 @@ config ARCH_OMAP2PLUS_TYPICAL | |||
117 | select I2C | 117 | select I2C |
118 | select I2C_OMAP | 118 | select I2C_OMAP |
119 | select MENELAUS if ARCH_OMAP2 | 119 | select MENELAUS if ARCH_OMAP2 |
120 | select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5 | 120 | select NEON if CPU_V7 |
121 | select PM_RUNTIME | 121 | select PM_RUNTIME |
122 | select REGULATOR | 122 | select REGULATOR |
123 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 | 123 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 |
@@ -131,9 +131,17 @@ config SOC_HAS_OMAP2_SDRC | |||
131 | 131 | ||
132 | config SOC_HAS_REALTIME_COUNTER | 132 | config SOC_HAS_REALTIME_COUNTER |
133 | bool "Real time free running counter" | 133 | bool "Real time free running counter" |
134 | depends on SOC_OMAP5 | 134 | depends on SOC_OMAP5 || SOC_DRA7XX |
135 | default y | 135 | default y |
136 | 136 | ||
137 | config SOC_DRA7XX | ||
138 | bool "TI DRA7XX" | ||
139 | select ARM_ARCH_TIMER | ||
140 | select CPU_V7 | ||
141 | select ARM_GIC | ||
142 | select HAVE_SMP | ||
143 | select COMMON_CLK | ||
144 | |||
137 | comment "OMAP Core Type" | 145 | comment "OMAP Core Type" |
138 | depends on ARCH_OMAP2 | 146 | depends on ARCH_OMAP2 |
139 | 147 | ||