diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2016-05-24 18:12:29 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-09 09:22:16 +0200 |
commit | 8d29bdba7291f9f939bc17ac088ab650d106d451 (patch) | |
tree | 3c7f4046b31ee12cfb1663f3901578be1a80eb28 /arch | |
parent | ARM: dts: DRA74x: fix DSS PLL2 addresses (diff) | |
download | linux-8d29bdba7291f9f939bc17ac088ab650d106d451.tar.xz linux-8d29bdba7291f9f939bc17ac088ab650d106d451.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
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 select PM if CPU_IDLE select ARM_ERRATA_754322 select ARM_ERRATA_775420 + select OMAP_INTERCONNECT config SOC_OMAP5 bool "TI OMAP5" |