aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhou Zhu <[email protected]>2013-02-21 16:42:23 -0800
committerLinus Torvalds <[email protected]>2013-02-21 17:22:17 -0800
commit72dc989c7d2e6f2d7a30d5cd001ae73f292cfaa0 (patch)
tree7bf71b120dbb4f37e43c684b0237a9da990060f0
parent74a014f4714264299af7f7c950603c7781e5a6db (diff)
ARM: mmp: add display and fb support in pxa910 defconfig
Add display and fb support in pxa910 defconfig. Add tpohvga panel, spi support. Add logo support. Signed-off-by: Zhou Zhu <[email protected]> Acked-by: Haojian Zhuang <[email protected]> Cc: Lisa Du <[email protected]> Cc: Guoqing Li <[email protected]> Cc: Florian Tobias Schandinat <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/arm/configs/pxa910_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/configs/pxa910_defconfig b/arch/arm/configs/pxa910_defconfig
index 191118caa5c0..3bb7771d3c19 100644
--- a/arch/arm/configs/pxa910_defconfig
+++ b/arch/arm/configs/pxa910_defconfig
@@ -42,6 +42,14 @@ CONFIG_SMC91X=y
# CONFIG_SERIO is not set
CONFIG_SERIAL_PXA=y
CONFIG_SERIAL_PXA_CONSOLE=y
+CONFIG_SPI=y
+CONFIG_FB=y
+CONFIG_MMP_DISP=y
+CONFIG_MMP_DISP_CONTROLLER=y
+CONFIG_MMP_SPI=y
+CONFIG_MMP_PANEL_TPOHVGA=y
+CONFIG_MMP_FB=y
+CONFIG_LOGO=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_HWMON is not set