From: lamikr Date: Fri, 26 May 2006 23:09:15 +0000 (-0700) Subject: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers X-Git-Tag: v2.6.17-omap1~50 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5a6a390b510dbd75fc327277ef2bdb8fb2f933f8;p=linux-2.6-omap-h63xx.git [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers I2C and I2C-OMAP must be built if aic23 driver is built. Signed-off-by: Mika Laitio Signed-off-by: Tony Lindgren --- diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index cccdf23e8e6..fdf75e16cac 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig @@ -37,6 +37,8 @@ config SND_OMAP_AIC23 tristate "OMAP AIC23 alsa driver (osk5912)" depends on ARCH_OMAP && SND select SND_PCM + select I2C + select I2C_OMAP if ARCH_OMAP select SENSORS_TLV320AIC23 help Say Y here if you have a OSK platform board diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 146cebf7e83..3c2c587931d 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig @@ -29,6 +29,8 @@ config SOUND_OMAP_TSC2101 config SOUND_OMAP_AIC23 tristate "AIC23 Stereo Codec" depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK ) + select I2C + select I2C_OMAP if ARCH_OMAP select SENSORS_TLV320AIC23 if ARCH_OMAP ---help--- AIC23 Audio Codec Driver for OMAP will be enabled.