]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: AM43XX: Select OMAP_INTERCONNECT in Kconfig
authorDave Gerlach <d-gerlach@ti.com>
Wed, 19 Oct 2016 20:44:12 +0000 (15:44 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Nov 2016 23:20:04 +0000 (16:20 -0700)
AM437x makes use of the omap_l3_noc driver so explicitly select
OMAP_INTERCONNECT in the Kconfig for SOC_AM43XX to ensure it 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 a9afeebd59f222c0db294858d50f2c2f8a3889e2..0465338183c706721d94d356683fad3fa17a4435 100644 (file)
@@ -71,6 +71,7 @@ config SOC_AM43XX
        select HAVE_ARM_TWD
        select ARM_ERRATA_754322
        select ARM_ERRATA_775420
+       select OMAP_INTERCONNECT
 
 config SOC_DRA7XX
        bool "TI DRA7XX"