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>2012-10-14 14:30:58 -0700
commiteaf4990efec83c1f0668e466967cc89f6c8b6cb2 (patch)
tree128f80056d009fef54e9018a0f8769ef1df9c45b
parent35799da5e05bf8269c018fb820dfdd5b60961153 (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 45ae9eac67d2..fad950e723ad 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -173,6 +173,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.