3 Oct
2014
3 Oct
'14
12:19 p.m.
On Fri, Oct 03, 2014 at 09:55:07AM +0800, Bard Liao wrote:
rt286 use I2C as its I/O. So the driver can only available when I2C is selected.
config SND_SOC_RT286 tristate
- depends on I2C
This won't actually do anything - since the symbol SND_SOC_RT286 is selected rather than enabled directly Kconfig will just ignore any dependencies it has. I've applied anyway.