Kconfig (f83d9396d1f63048c423efa00e4e244da10a35fd) Kconfig (097e874ad3fc69601e2b142ff3b638893c355b41)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_MEDIATEK
3 tristate
4 select REGMAP_MMIO
5
6config SND_SOC_MT2701
7 tristate "ASoC support for Mediatek MT2701 chip"
8 depends on ARCH_MEDIATEK

--- 138 unchanged lines hidden (view full) ---

147 select SND_SOC_BT_SCO
148 select SND_SOC_HDMI_CODEC
149 help
150 This adds ASoC driver for Mediatek MT8183 boards
151 with the DA7219 MAX98357A RT1015 audio codec.
152 Select Y if you have such device.
153 If unsure select "N".
154
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_MEDIATEK
3 tristate
4 select REGMAP_MMIO
5
6config SND_SOC_MT2701
7 tristate "ASoC support for Mediatek MT2701 chip"
8 depends on ARCH_MEDIATEK

--- 138 unchanged lines hidden (view full) ---

147 select SND_SOC_BT_SCO
148 select SND_SOC_HDMI_CODEC
149 help
150 This adds ASoC driver for Mediatek MT8183 boards
151 with the DA7219 MAX98357A RT1015 audio codec.
152 Select Y if you have such device.
153 If unsure select "N".
154
155config SND_SOC_MT8186
156 tristate "ASoC support for Mediatek MT8186 chip"
157 depends on ARCH_MEDIATEK || COMPILE_TEST
158 depends on COMMON_CLK
159 select SND_SOC_MEDIATEK
160 select MFD_SYSCON if SND_SOC_MT6358
161 help
162 This adds ASoC driver for Mediatek MT8186 boards
163 that can be used with other codecs.
164 Select Y if you have such device.
165 If unsure select "N".
166
155config SND_SOC_MTK_BTCVSD
156 tristate "ALSA BT SCO CVSD/MSBC Driver"
157 help
158 This is for software BTCVSD. This enable
159 the function for transferring/receiving
160 BT encoded data to/from BT firmware.
161 Select Y if you have such device.
162 If unsure select "N".

--- 56 unchanged lines hidden ---
167config SND_SOC_MTK_BTCVSD
168 tristate "ALSA BT SCO CVSD/MSBC Driver"
169 help
170 This is for software BTCVSD. This enable
171 the function for transferring/receiving
172 BT encoded data to/from BT firmware.
173 Select Y if you have such device.
174 If unsure select "N".

--- 56 unchanged lines hidden ---