diff options
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-rp-2.6.23/defconfig-poodle | 5 | ||||
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 5 |
2 files changed, 7 insertions, 3 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 diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index 7e23d233e9..4bec03d5bf 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r18" +PR = "r19" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" @@ -44,6 +44,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r0.patch;patch=1 \ + ${RPSRC}/locomo_led_fix-r0.patch;patch=1 \ file://w100fb-unused-var.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ @@ -100,7 +101,7 @@ SRC_URI_append_collie = "\ " SRC_URI_append_poodle = "\ - ${RPSRC}/poodle_serial_vcc.patch;patch=1 \ + ${RPSRC}/poodle_serial_vcc-r0.patch;patch=1 \ " SRC_URI_append_tosa = "\ |