Message ID | 20161019204412.18607-1-d-gerlach@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Dave Gerlach <d-gerlach@ti.com> [161019 13:45]: > 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. Applying into omap-for-v4.9/fixes thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index a9afeebd59f2..0465338183c7 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -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"
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> --- This was supposed to be picked up for v4.7 [1] but doesn't seem to have ever been merged, maybe it was missed? Here it is again, rebased on v4.9-rc1. [1] http://www.spinics.net/lists/linux-omap/msg129708.html arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+)