diff options
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index feeebde71deb..52359f80c42d 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -373,6 +373,14 @@ config MACH_IMX27IPCAM | |||
373 | Include support for IMX27 IPCAM platform. This includes specific | 373 | Include support for IMX27 IPCAM platform. This includes specific |
374 | configurations for the board and its peripherals. | 374 | configurations for the board and its peripherals. |
375 | 375 | ||
376 | config MACH_IMX27_DT | ||
377 | bool "Support i.MX27 platforms from device tree" | ||
378 | select SOC_IMX27 | ||
379 | select USE_OF | ||
380 | help | ||
381 | Include support for Freescale i.MX27 based platforms | ||
382 | using the device tree for discovery | ||
383 | |||
376 | endif | 384 | endif |
377 | 385 | ||
378 | if ARCH_IMX_V6_V7 | 386 | if ARCH_IMX_V6_V7 |