1
0
Fork 0

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>
hifive-unleashed-5.1
Dave Gerlach 2016-05-24 11:12:29 -05:00 committed by Tony Lindgren
parent 4c88c1c72f
commit 8d29bdba72
1 changed files with 1 additions and 0 deletions

View 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"