diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-01-03 08:16:39 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-03 09:11:20 -0500 |
commit | c67a3e09a5316bb34a14e2751cee719339934235 (patch) | |
tree | 15fa8e191f5d75f05024b784f57873690d926527 /arch/arm/mach-imx/Kconfig | |
parent | 711669e5b80b6f2d88f61ed8a9681f83d8cbd201 (diff) |
ARM: imx/mx27_3ds: Add PMIC support
MX27_3DS board has a MC13783 PMIC connected to the CSPI2 port.
Add support for the PMIC.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 0449b80a6092..17d2e608a214 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -242,6 +242,7 @@ config MACH_MX27_3DS | |||
242 | select IMX_HAVE_PLATFORM_IMX_UART | 242 | select IMX_HAVE_PLATFORM_IMX_UART |
243 | select IMX_HAVE_PLATFORM_MXC_EHCI | 243 | select IMX_HAVE_PLATFORM_MXC_EHCI |
244 | select IMX_HAVE_PLATFORM_MXC_MMC | 244 | select IMX_HAVE_PLATFORM_MXC_MMC |
245 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
245 | select MXC_ULPI if USB_ULPI | 246 | select MXC_ULPI if USB_ULPI |
246 | help | 247 | help |
247 | Include support for MX27PDK platform. This includes specific | 248 | Include support for MX27PDK platform. This includes specific |