From 0590a790319e2de59e0f15cf00af7fe473eb9ec8 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 8 Mar 2011 18:51:10 +0800 Subject: ARM: mxs/mx28evk: add framebuffer device Signed-off-by: Shawn Guo Signed-off-by: Sascha Hauer --- arch/arm/mach-mxs/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mxs/Kconfig') diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 5ea676af8608..4f6f174af6c8 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -35,6 +35,7 @@ config MACH_MX28EVK select MXS_HAVE_PLATFORM_AUART select MXS_HAVE_PLATFORM_FEC select MXS_HAVE_PLATFORM_FLEXCAN + select MXS_HAVE_PLATFORM_MXSFB select MXS_OCOTP default y help -- cgit