3 Apr
2012
3 Apr
'12
12:42 a.m.
On Sun, Apr 01, 2012 at 06:33:29PM -0700, Kuninori Morimoto wrote:
+config SND_FSI_WM8978
- tristate "FSI-WM8978 sound support"
- depends on SND_SOC_SH4_FSI
- select SND_SOC_WM8978
select SND_FSI_CODEC
- help
This option enables generic sound support for the
FSI - WM8978 unit
Rather than having an explicit Kconfig option like this it might be more sensible to have the boards select their CODEC driver. We should only build the CODEC driver if the user enables the subsystem IIRC so this shouldn't be a big cost. You could then just have a single Kconfig for the simple driver.