I2C and I2C-OMAP must be built if aic23 driver is built.
Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
        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
 
 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.