summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/mpc85xx_defconfig
diff options
context:
space:
mode:
authorTimur Tabi2010-10-07 11:36:43 +0200
committerMark Brown2010-10-14 22:46:27 +0200
commit2c184cd393d1410bb43ac656a6480849fe886b1d (patch)
tree79b4d627d807a976847f57d8cc7e678066741504 /arch/powerpc/configs/mpc85xx_defconfig
parentASoC: Pay attention to driver supplied DAI IDs (diff)
downloadkernel-qcow2-linux-2c184cd393d1410bb43ac656a6480849fe886b1d.tar.gz
kernel-qcow2-linux-2c184cd393d1410bb43ac656a6480849fe886b1d.tar.xz
kernel-qcow2-linux-2c184cd393d1410bb43ac656a6480849fe886b1d.zip
powerpc/85xx: add DIU support to the Freecale P1022DS reference board
The Freescale P1022DS has an on-chip video controller called the DIU, and a driver for this device already exists. Update the platform file for the P1022DS reference board to enable the driver, and update the defconfig for Freescale MPC85xx boards to add the driver. [Edited to resolve header add/add conflict and drop #define DEBUG. -- broonie] Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_defconfig')
-rw-r--r--arch/powerpc/configs/mpc85xx_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig
index c3b113b2ca31..3aeb5949cfef 100644
--- a/arch/powerpc/configs/mpc85xx_defconfig
+++ b/arch/powerpc/configs/mpc85xx_defconfig
@@ -124,6 +124,9 @@ CONFIG_I2C_CPM=m
CONFIG_I2C_MPC=y
# CONFIG_HWMON is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
+CONFIG_FB=y
+CONFIG_FB_FSL_DIU=y
+# CONFIG_VGA_CONSOLE is not set
CONFIG_SOUND=y
CONFIG_SND=y
# CONFIG_SND_SUPPORT_OLD_API is not set