]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: OMAP2+: Select OMAP_INTERCONNECT for SOC_AM43XX
authorDave Gerlach <d-gerlach@ti.com>
Tue, 24 May 2016 16:12:29 +0000 (11:12 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Jun 2016 07:22:16 +0000 (00:22 -0700)
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>
arch/arm/mach-omap2/Kconfig

index b9b71328249b525574c6b89e989d7dea46e9b75c..e6405c094f37726dc4e1d73ab30720b1f08f424d 100644 (file)
@@ -37,6 +37,7 @@ config ARCH_OMAP4
        select PM if CPU_IDLE
        select ARM_ERRATA_754322
        select ARM_ERRATA_775420
+       select OMAP_INTERCONNECT
 
 config SOC_OMAP5
        bool "TI OMAP5"