From: Zhou Zhu Date: Fri, 22 Feb 2013 00:42:23 +0000 (-0800) Subject: ARM: mmp: add display and fb support in pxa910 defconfig X-Git-Tag: upstream/snapshot3+hdmi~5683^2~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72dc989c7d2e6f2d7a30d5cd001ae73f292cfaa0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Haojian Zhuang Cc: Lisa Du Cc: Guoqing Li Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/arm/configs/pxa910_defconfig b/arch/arm/configs/pxa910_defconfig index 191118c..3bb7771 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