diff options
author | Timur Tabi <timur@freescale.com> | 2011-09-01 18:31:22 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-09-22 17:24:06 -0400 |
commit | 40dc7e8b4ac5cdfcf13e3d80b71240f90ceb1f5b (patch) | |
tree | e6bd49cf2c83540934d4122cde59539c61f2168d /arch/powerpc/configs | |
parent | 5d9e6ac84363f28a7461e4afe4b7f24f4824a233 (diff) |
powerpc/5200: enable audio in the defconfig
Audio support for the MPC5200 exists, so enable it by default.
Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/mpc5200_defconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig index e63f537b854a..2a1320fb2723 100644 --- a/arch/powerpc/configs/mpc5200_defconfig +++ b/arch/powerpc/configs/mpc5200_defconfig | |||
@@ -88,6 +88,18 @@ CONFIG_FB_RADEON=y | |||
88 | # CONFIG_VGA_CONSOLE is not set | 88 | # CONFIG_VGA_CONSOLE is not set |
89 | CONFIG_FRAMEBUFFER_CONSOLE=y | 89 | CONFIG_FRAMEBUFFER_CONSOLE=y |
90 | CONFIG_LOGO=y | 90 | CONFIG_LOGO=y |
91 | CONFIG_SOUND=y | ||
92 | CONFIG_SND=y | ||
93 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
94 | # CONFIG_SND_DRIVERS is not set | ||
95 | # CONFIG_SND_PCI is not set | ||
96 | # CONFIG_SND_PPC is not set | ||
97 | # CONFIG_SND_SPI is not set | ||
98 | # CONFIG_SND_USB is not set | ||
99 | CONFIG_SND_SOC=y | ||
100 | CONFIG_SND_SOC_MPC5200_I2S=y | ||
101 | CONFIG_SND_MPC52xx_SOC_PCM030=y | ||
102 | CONFIG_SND_MPC52xx_SOC_EFIKA=y | ||
91 | CONFIG_HID_DRAGONRISE=y | 103 | CONFIG_HID_DRAGONRISE=y |
92 | CONFIG_HID_GYRATION=y | 104 | CONFIG_HID_GYRATION=y |
93 | CONFIG_HID_TWINHAN=y | 105 | CONFIG_HID_TWINHAN=y |