23 Jan
2014
23 Jan
'14
2:22 p.m.
On Thu, Jan 23, 2014 at 02:15:42PM +0100, Takashi Iwai wrote:
Mark Brown wrote:
It may also be desirable to hide these if OF is not enabled to reduce noise.
IIRC, you can write like:
config SND_SOC_ADAU1701 tristate "Analog Devices ADAU1701 CODEC" if OF depends on I2C
so that it's visible only when CONFIG_OF is set.
Yes, or use a proxy symbol so we can add ACPI easily as well in due course without having to go through and update every device again - that was the main thing really.