diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-03-05 11:40:22 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:49 -0500 |
commit | b73d77b2b75091b09d31f5c47924c99d4f19930a (patch) | |
tree | f0761ad2c48aa9953b95791baa521846da297d68 /arch/arm/mach-mxs/Kconfig | |
parent | 122eb103924316c1229f1b8aeea7492893d910c9 (diff) |
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 | |||
22 | select SOC_IMX23 | 22 | select SOC_IMX23 |
23 | select MXS_HAVE_AMBA_DUART | 23 | select MXS_HAVE_AMBA_DUART |
24 | select MXS_HAVE_PLATFORM_AUART | 24 | select MXS_HAVE_PLATFORM_AUART |
25 | select MXS_HAVE_PLATFORM_MXSFB | ||
25 | default y | 26 | default y |
26 | help | 27 | help |
27 | Include support for MX23EVK platform. This includes specific | 28 | Include support for MX23EVK platform. This includes specific |