Kconfig (69ea14efe99b533652255b07a9736a9856f50ea5) | Kconfig (282c8f8de72f95325225d94caef61f3cc96401da) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menu "Intel AVS Machine drivers" 3 depends on SND_SOC_INTEL_AVS 4 5comment "Available DSP configurations" 6 7config SND_SOC_INTEL_AVS_MACH_DMIC 8 tristate "DMIC generic board" --- 12 unchanged lines hidden (view full) --- 21 If unsure select "N". 22 23config SND_SOC_INTEL_AVS_MACH_I2S_TEST 24 tristate "I2S test board" 25 help 26 This adds support for I2S test-board which can be used to verify 27 transfer over I2S interface with SSP loopback scenarios. 28 | 1# SPDX-License-Identifier: GPL-2.0-only 2menu "Intel AVS Machine drivers" 3 depends on SND_SOC_INTEL_AVS 4 5comment "Available DSP configurations" 6 7config SND_SOC_INTEL_AVS_MACH_DMIC 8 tristate "DMIC generic board" --- 12 unchanged lines hidden (view full) --- 21 If unsure select "N". 22 23config SND_SOC_INTEL_AVS_MACH_I2S_TEST 24 tristate "I2S test board" 25 help 26 This adds support for I2S test-board which can be used to verify 27 transfer over I2S interface with SSP loopback scenarios. 28 |
29config SND_SOC_INTEL_AVS_MACH_MAX98357A 30 tristate "max98357A I2S board" 31 depends on I2C 32 depends on MFD_INTEL_LPSS || COMPILE_TEST 33 select SND_SOC_MAX98357A 34 help 35 This adds support for AVS with MAX98357A I2S codec configuration. 36 Say Y or m if you have such a device. This is a recommended option. 37 If unsure select "N". 38 |
|
29config SND_SOC_INTEL_AVS_MACH_NAU8825 30 tristate "nau8825 I2S board" 31 depends on I2C 32 depends on MFD_INTEL_LPSS || COMPILE_TEST 33 select SND_SOC_NAU8825 34 help 35 This adds support for ASoC machine driver with NAU8825 I2S audio codec. 36 It is meant to be used with AVS driver. --- 55 unchanged lines hidden --- | 39config SND_SOC_INTEL_AVS_MACH_NAU8825 40 tristate "nau8825 I2S board" 41 depends on I2C 42 depends on MFD_INTEL_LPSS || COMPILE_TEST 43 select SND_SOC_NAU8825 44 help 45 This adds support for ASoC machine driver with NAU8825 I2S audio codec. 46 It is meant to be used with AVS driver. --- 55 unchanged lines hidden --- |