ARM: DRA7: Select missing options for SoC only build
authorNishanth Menon <nm@ti.com>
Wed, 9 Sep 2015 21:18:13 +0000 (16:18 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Sep 2015 19:21:24 +0000 (12:21 -0700)
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: Carlos Hernandez <ceh@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig

index 07d2e100caabf935c019beda8c2a830e3d2ae3f7..403022a38607eaf4f166cb530a226393ad307f0b 100644 (file)
@@ -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