diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-01-24 13:55:02 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-25 02:29:22 -0500 |
commit | 9c2c35848cf77cf8831442492a2f7a6d7723fe0a (patch) | |
tree | 4a20ef2a2c31fbf54e398d1819b3165502cae60b /arch/arm/mach-imx/Kconfig | |
parent | 56f94b1e6eddef55ebc9850ac4e4dfea366401bf (diff) |
ARM: imx: Add initial support for IMX27IPCAM board
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 56684b517070..c1724185c242 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -300,4 +300,13 @@ config MACH_MXT_TD60 | |||
300 | Include support for i-MXT (aka td60) platform. This | 300 | Include support for i-MXT (aka td60) platform. This |
301 | includes specific configurations for the module and its peripherals. | 301 | includes specific configurations for the module and its peripherals. |
302 | 302 | ||
303 | config MACH_IMX27IPCAM | ||
304 | bool "IMX27 IPCAM platform" | ||
305 | select SOC_IMX27 | ||
306 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
307 | select IMX_HAVE_PLATFORM_IMX_UART | ||
308 | help | ||
309 | Include support for IMX27 IPCAM platform. This includes specific | ||
310 | configurations for the board and its peripherals. | ||
311 | |||
303 | endif | 312 | endif |