mirror of https://gitee.com/openkylin/linux.git
ASoC: SIU driver shall select FW_LOADER
The SIU ASoC driver must load firmware to program the DSP, therefore it has to select FW_LOADER in its Kconfig entry. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e10154189f
commit
da3b062e30
|
@ -32,6 +32,7 @@ config SND_SOC_SH4_SIU
|
|||
select DMA_ENGINE
|
||||
select DMADEVICES
|
||||
select SH_DMAE
|
||||
select FW_LOADER
|
||||
|
||||
##
|
||||
## Boards
|
||||
|
|
Loading…
Reference in New Issue