diff options
author | Terry Lv <r65388@freescale.com> | 2012-07-16 15:58:06 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2012-07-25 13:11:01 +0800 |
commit | c29f7b2ee903b648750a567313d362637c64a903 (patch) | |
tree | 0a37d26a1271d7a36f6b21532067437bb36e5e03 /arch/arm/mach-mx6/Kconfig | |
parent | 751d7a160ed0fc4b6587102d868766e3f667f973 (diff) |
ENGR00217306-2: Add DCP/RNGB arch support
This patch will add arch support of DCP/RNGB.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-mx6/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig index ea0c7e791bfa..5c60c560f03a 100644 --- a/arch/arm/mach-mx6/Kconfig +++ b/arch/arm/mach-mx6/Kconfig @@ -65,6 +65,7 @@ config MACH_MX6Q_ARM2 select IMX_HAVE_PLATFORM_IMX_ELCDIF select IMX_HAVE_PLATFORM_IMX_PXP select IMX_HAVE_PLATFORM_IMX_PCIE + select IMX_HAVE_PLATFORM_IMX_CAAM help Include support for i.MX 6Quad Armadillo2 platform. This includes specific configurations for the board and its peripherals. @@ -99,6 +100,9 @@ config MACH_MX6SL_ARM2 select IMX_HAVE_PLATFORM_IMX_SPDC select IMX_HAVE_PLATFORM_IMX_PXP select IMX_HAVE_PLATFORM_IMX_KEYPAD + select IMX_HAVE_PLATFORM_IMX_DCP + select IMX_HAVE_PLATFORM_RANDOM_RNGC + select ARCH_HAS_RNGC help Include support for i.MX 6Sololite Armadillo2 platform. This includes specific configurations for the board and its peripherals. @@ -131,6 +135,7 @@ config MACH_MX6Q_SABRELITE select IMX_HAVE_PLATFORM_MXC_HDMI select IMX_HAVE_PLATFORM_IMX_ASRC select IMX_HAVE_PLATFORM_FLEXCAN + select IMX_HAVE_PLATFORM_IMX_CAAM help Include support for i.MX 6Quad SABRE Lite platform. This includes specific configurations for the board and its peripherals. @@ -164,6 +169,7 @@ config MACH_MX6Q_SABRESD select IMX_HAVE_PLATFORM_IMX_ASRC select IMX_HAVE_PLATFORM_FLEXCAN select IMX_HAVE_PLATFORM_IMX_PCIE + select IMX_HAVE_PLATFORM_IMX_CAAM help Include support for i.MX 6Quad SABRE SD platform. This includes specific configurations for the board and its peripherals. @@ -201,6 +207,7 @@ config MACH_MX6Q_SABREAUTO select IMX_HAVE_PLATFORM_FLEXCAN select IMX_HAVE_PLATFORM_IMX_MIPI_CSI2 select IMX_HAVE_PLATFORM_IMX_PCIE + select IMX_HAVE_PLATFORM_IMX_CAAM help Include support for i.MX 6Quad SABRE Auto platform. This includes specific configurations for the board and its peripherals. |