diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-03-08 18:51:10 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-10 11:18:35 +0100 |
commit | 0590a790319e2de59e0f15cf00af7fe473eb9ec8 (patch) | |
tree | e5633f2e443da21d1284fdd20c5161d4dfc162be /arch/arm/mach-mxs/Kconfig | |
parent | 12b90f8a2ce4d913d9080dcd6b6c329db00cbbeb (diff) | |
download | talos-op-linux-0590a790319e2de59e0f15cf00af7fe473eb9ec8.tar.gz talos-op-linux-0590a790319e2de59e0f15cf00af7fe473eb9ec8.zip |
ARM: mxs/mx28evk: 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 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 |