mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-04 21:54:34 +00:00
ASoC: dmic: add Kconfig prompt for the generic dmic codec.
Add Kconfig prompt for the generic digital mic to make it configurable through menuconfig Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
dba508b5ab
commit
26bcf1c368
1 changed files with 5 additions and 1 deletions
|
@ -578,7 +578,11 @@ config SND_SOC_DA9055
|
|||
tristate
|
||||
|
||||
config SND_SOC_DMIC
|
||||
tristate
|
||||
tristate "Generic Digital Microphone CODEC"
|
||||
depends on GPIOLIB
|
||||
help
|
||||
Enable support for the Generic Digital Microphone CODEC.
|
||||
Select this if your sound card has DMICs.
|
||||
|
||||
config SND_SOC_HDMI_CODEC
|
||||
tristate
|
||||
|
|
Loading…
Add table
Reference in a new issue