diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-02-28 21:57:50 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-02-29 09:15:09 +0100 |
commit | 9f0749e3eb88f94bfca2f24c77472d29bc18eb28 (patch) | |
tree | e42cc791bd1b501d5640d3db86c34bf1a8559f08 /arch/arm/mach-imx/Kconfig | |
parent | 6b21d18ed50c7d145220b0724ea7f2613abf0f95 (diff) | |
download | blackbird-obmc-linux-9f0749e3eb88f94bfca2f24c77472d29bc18eb28.tar.gz blackbird-obmc-linux-9f0749e3eb88f94bfca2f24c77472d29bc18eb28.zip |
ARM i.MX27: Add devicetree support
This patch adds basic devicetree support for i.MX27 based SoCs.
Only the bindings for which drivers exist are added here:
- UART
- fec
- CSPI
- I2C
- watchdog
- gpio
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 4defb97bbfc8..85433b930045 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -376,6 +376,14 @@ config MACH_IMX27IPCAM Include support for IMX27 IPCAM platform. This includes specific configurations for the board and its peripherals. +config MACH_IMX27_DT + bool "Support i.MX27 platforms from device tree" + select SOC_IMX27 + select USE_OF + help + Include support for Freescale i.MX27 based platforms + using the device tree for discovery + endif if ARCH_IMX_V6_V7 |