Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (72cedf599fcebfd6cd2550274d7855838068d28c) |
---|---|
1config SND_SOC_MEDIATEK 2 tristate 3 4config SND_SOC_MT2701 5 tristate "ASoC support for Mediatek MT2701 chip" 6 depends on ARCH_MEDIATEK 7 select SND_SOC_MEDIATEK 8 help 9 This adds ASoC driver for Mediatek MT2701 boards 10 that can be used with other codecs. 11 Select Y if you have such device. 12 If unsure select "N". 13 14config SND_SOC_MT2701_CS42448 15 tristate "ASoc Audio driver for MT2701 with CS42448 codec" | 1config SND_SOC_MEDIATEK 2 tristate 3 4config SND_SOC_MT2701 5 tristate "ASoC support for Mediatek MT2701 chip" 6 depends on ARCH_MEDIATEK 7 select SND_SOC_MEDIATEK 8 help 9 This adds ASoC driver for Mediatek MT2701 boards 10 that can be used with other codecs. 11 Select Y if you have such device. 12 If unsure select "N". 13 14config SND_SOC_MT2701_CS42448 15 tristate "ASoc Audio driver for MT2701 with CS42448 codec" |
16 depends on SND_SOC_MT2701 | 16 depends on SND_SOC_MT2701 && I2C |
17 select SND_SOC_CS42XX8_I2C 18 select SND_SOC_BT_SCO 19 help 20 This adds ASoC driver for Mediatek MT2701 boards 21 with the CS42448 codecs. 22 Select Y if you have such device. 23 If unsure select "N". 24 --- 53 unchanged lines hidden --- | 17 select SND_SOC_CS42XX8_I2C 18 select SND_SOC_BT_SCO 19 help 20 This adds ASoC driver for Mediatek MT2701 boards 21 with the CS42448 codecs. 22 Select Y if you have such device. 23 If unsure select "N". 24 --- 53 unchanged lines hidden --- |