summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-08-31 10:21:40 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-02-12 10:46:46 -0700
commit27f79524b877b1eb6dc9a5808f2650670f14aae0 (patch)
tree969a4738f8579aa7b1d6bceca39b946ec60ece78
parentca710507db398c7b6d386872558532ca0ece2b02 (diff)
i.MX6: mx6q_sabrelite: add DVFS, MIPI_CSI2, PCIE, PERFMON to automatic Sabre-Lite selections
-rw-r--r--arch/arm/mach-mx6/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index 2ffd90d06a06..481075b5c4df 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -175,6 +175,10 @@ config MACH_MX6Q_SABRELITE
select IMX_HAVE_PLATFORM_IMX_ASRC
select IMX_HAVE_PLATFORM_FLEXCAN
select IMX_HAVE_PLATFORM_IMX_CAAM
+ select IMX_HAVE_PLATFORM_IMX_DVFS
+ select IMX_HAVE_PLATFORM_IMX_MIPI_CSI2
+ select IMX_HAVE_PLATFORM_IMX_PCIE
+ select IMX_HAVE_PLATFORM_PERFMON
help
Include support for i.MX 6Quad SABRE Lite platform. This includes specific
configurations for the board and its peripherals.