
10 Aug
2011
10 Aug
'11
9:09 a.m.
On 08/10/2011 07:27 AM, Scott Jiang wrote:
+config SND_SOC_BFIN_EVAL_ADAU1373
tristate "Support for the EVAL-ADAU1373 board on Blackfin eval boards"
depends on SND_BF5XX_I2S
select SND_BF5XX_SOC_I2S
select SND_SOC_ADAU1373
select I2C
Is it better to use depends on I2C?
Not sure, I just kept the scheme used by the other blackfin board drivers. But I guess it makes some sense change it to 'depends'. Especially if we consider that there are going to be board drivers with support for both I2C and SPI.
- Lars