diff options
author | Baruch Siach <baruch@tkos.co.il> | 2010-02-17 12:33:23 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-18 08:34:23 +0100 |
commit | f601441916d1e19291d0b4f044b4a7551e2924d0 (patch) | |
tree | e6eda9adc17fa7f60ea27c555d5cecc99d97bbae /arch/arm/plat-mxc | |
parent | 94d32f99c6aba8b702a9cf78cb328aeb7882b1e5 (diff) | |
download | linux-stable-f601441916d1e19291d0b4f044b4a7551e2924d0.tar.gz linux-stable-f601441916d1e19291d0b4f044b4a7551e2924d0.tar.bz2 linux-stable-f601441916d1e19291d0b4f044b4a7551e2924d0.zip |
imxfb: add support for i.MX25
The commit also introduces the HAVE_FB_IMX config that is to be selected from
the MX25 platform config. Once this commit gets merged, the two other i.MX
archs, ARCH_MX1 and ARCH_MX2, should follow this one.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index cea51a0ae9f7..cdee9176a775 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig @@ -24,6 +24,7 @@ config ARCH_MX25 bool "MX25-based" select CPU_ARM926T select COMMON_CLKDEV + select HAVE_FB_IMX help This enables support for systems based on the Freescale i.MX25 family |