diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2016-05-24 16:12:29 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-09 07:22:16 (GMT) |
commit | 8d29bdba7291f9f939bc17ac088ab650d106d451 (patch) | |
tree | 3c7f4046b31ee12cfb1663f3901578be1a80eb28 /arch | |
parent | 4c88c1c72f86dab63d8219c0aa9e9a398f2efaa9 (diff) | |
download | linux-8d29bdba7291f9f939bc17ac088ab650d106d451.tar.xz |
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 b9b7132..e6405c0 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" |