diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-31 00:25:12 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-31 00:25:12 +0000 |
commit | 27de831c87dd35b8a6745eda82532142c8a632c3 (patch) | |
tree | 811310b86cd7cdb09225c3cf3eef22e9d03676f5 | |
parent | 9720e6563f854545fbe4805744d7405dcfd9ba21 (diff) |
linux-rp-2.6.23: Enable sound for poodle
-rw-r--r-- | packages/linux/linux-rp-2.6.23/defconfig-poodle | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.23/defconfig-poodle b/packages/linux/linux-rp-2.6.23/defconfig-poodle index d6423a7b6a..57c9ce7060 100644 --- a/packages/linux/linux-rp-2.6.23/defconfig-poodle +++ b/packages/linux/linux-rp-2.6.23/defconfig-poodle @@ -1136,11 +1136,14 @@ CONFIG_SND_VERBOSE_PROCFS=y # System on Chip audio support # CONFIG_SND_SOC=m -# CONFIG_SND_PXA2XX_SOC is not set +CONFIG_SND_PXA2XX_SOC=m +CONFIG_SND_PXA2XX_SOC_I2S=m +CONFIG_SND_PXA2XX_SOC_POODLE=m # # SoC Audio support for SuperH # +CONFIG_SND_SOC_WM8731=m # # Open Sound System |