Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2e104c6 authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren
Browse files

ARM: DRA7: Select missing options for SoC only build



DRA7 does use OPP, uses OMAP interconnect and also does require SCU.
These are missing in the SoC only build of DRA7 breaking various PM
features in DRA7 only build.

Reported-by: default avatarCarlos Hernandez <ceh@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a3b74709
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,10 +70,13 @@ config SOC_DRA7XX
	select ARCH_OMAP2PLUS
	select ARM_CPU_SUSPEND if PM
	select ARM_GIC
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_ARCH_TIMER
	select IRQ_CROSSBAR
	select ARM_ERRATA_798181 if SMP
	select OMAP_INTERCONNECT
	select OMAP_INTERCONNECT_BARRIER
	select PM_OPP if PM

config ARCH_OMAP2PLUS
	bool