diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-03-05 19:40:22 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 21:29:49 +0300 |
commit | b73d77b2b75091b09d31f5c47924c99d4f19930a (patch) | |
tree | f0761ad2c48aa9953b95791baa521846da297d68 /arch/arm/mach-mxs/Kconfig | |
parent | 122eb103924316c1229f1b8aeea7492893d910c9 (diff) | |
download | linux-b73d77b2b75091b09d31f5c47924c99d4f19930a.tar.xz |
ARM: mxs/mx23evk: add framebuffer device
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 4f0b67345179..989c08c6dd93 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -22,6 +22,7 @@ config MACH_MX23EVK select SOC_IMX23 select MXS_HAVE_AMBA_DUART select MXS_HAVE_PLATFORM_AUART + select MXS_HAVE_PLATFORM_MXSFB default y help Include support for MX23EVK platform. This includes specific |