aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2016-05-24 12:12:29 -0400
committerTony Lindgren <tony@atomide.com>2016-06-09 03:22:16 -0400
commit8d29bdba7291f9f939bc17ac088ab650d106d451 (patch)
tree3c7f4046b31ee12cfb1663f3901578be1a80eb28
parent4c88c1c72f86dab63d8219c0aa9e9a398f2efaa9 (diff)
ARM: OMAP2+: Select OMAP_INTERCONNECT for SOC_AM43XX
AM43XX SoCs make use of the omap_l3_noc driver so explicitly select OMAP_INTERCONNECT in the Kconfig for SOC_AM43XX to ensure it always gets enabled for AM43XX only builds. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index b9b71328249b..e6405c094f37 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -37,6 +37,7 @@ config ARCH_OMAP4
37 select PM if CPU_IDLE 37 select PM if CPU_IDLE
38 select ARM_ERRATA_754322 38 select ARM_ERRATA_754322
39 select ARM_ERRATA_775420 39 select ARM_ERRATA_775420
40 select OMAP_INTERCONNECT
40 41
41config SOC_OMAP5 42config SOC_OMAP5
42 bool "TI OMAP5" 43 bool "TI OMAP5"