summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Winkler <robert.winkler@boundarydevices.com>2013-07-12 11:30:58 -0700
committerRobert Winkler <robert.winkler@boundarydevices.com>2013-07-12 11:30:58 -0700
commit70add620efdbbc084a2f472211c29ec4ceb66371 (patch)
tree7d141e407a3baa7fbefb023614967cab81c226aa
parent4f6f427b0d72b6730d0c07d9aa0a1e289802b4c4 (diff)
mx6qsaberlite: Add DVFS, MIPI_CSI2 and PERFMON
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
-rw-r--r--arch/arm/mach-mx6/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index a9e60bf4293b..7b44065195eb 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -213,6 +213,9 @@ 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_PERFMON
help
Include support for i.MX 6Quad SABRE Lite platform. This includes specific
configurations for the board and its peripherals.