ASoC: atmel: Standardize ASoC menu
Current Kconfig menu at [ALSA for SoC audio support] has no rules. So, some venders are using menu style, some venders are listed each drivers on top page, etc. It is difficult to find target vender and/or drivers because it is very random. Let's standardize ASoC menu Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/87ecvpzqdi.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>pull/1279/head
parent
68a8fd461a
commit
4f30f84feb
|
|
@ -1,13 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
config SND_ATMEL_SOC
|
menu "Atmel"
|
||||||
tristate "SoC Audio for the Atmel System-on-Chip"
|
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
help
|
|
||||||
Say Y or M if you want to add support for codecs attached to
|
|
||||||
the ATMEL SSC interface. You will also need
|
|
||||||
to select the audio interfaces to support below.
|
|
||||||
|
|
||||||
if SND_ATMEL_SOC
|
|
||||||
|
|
||||||
config SND_ATMEL_SOC_PDC
|
config SND_ATMEL_SOC_PDC
|
||||||
bool
|
bool
|
||||||
|
|
@ -176,4 +169,4 @@ config SND_MCHP_SOC_PDMC
|
||||||
2 data lines. The signal path includes an audio grade programmable
|
2 data lines. The signal path includes an audio grade programmable
|
||||||
decimation filter and outputs 24-bit audio words.
|
decimation filter and outputs 24-bit audio words.
|
||||||
|
|
||||||
endif
|
endmenu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue