diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-30 12:20:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-30 12:20:39 +0200 |
commit | 1f1f8701de9c8d1cdf1e70894a230e9b265147d7 (patch) | |
tree | 6aade84caa0b08ba8b2ef1fe749247de5a566998 /recipes/linux/linux-omapzoom/omapzoom/defconfig | |
parent | d7ce4de288c5728b9b3f1f4fb0cebb2495325582 (diff) |
linux-omapzoom: fix defconfig
Diffstat (limited to 'recipes/linux/linux-omapzoom/omapzoom/defconfig')
-rw-r--r-- | recipes/linux/linux-omapzoom/omapzoom/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omapzoom/omapzoom/defconfig b/recipes/linux/linux-omapzoom/omapzoom/defconfig index 764589d7a1..7d076d1b2f 100644 --- a/recipes/linux/linux-omapzoom/omapzoom/defconfig +++ b/recipes/linux/linux-omapzoom/omapzoom/defconfig @@ -882,7 +882,7 @@ CONFIG_I2C_OMAP=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_ISP1301_OMAP is not set # CONFIG_TPS65010 is not set -CONFIG_SENSORS_TLV320AIC23=y +CONFIG_SENSORS_TLV320AIC23=n CONFIG_TWL4030_MADC=y CONFIG_TWL4030_USB=y # CONFIG_TWL4030_PWRBUTTON is not set @@ -1216,7 +1216,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set CONFIG_SND_ARM=y -CONFIG_SND_OMAP_AIC23=y +CONFIG_SND_OMAP_AIC23=n # CONFIG_SND_OMAP_TSC2101 is not set # CONFIG_SND_SX1 is not set # CONFIG_SND_OMAP_TSC2102 is not set |