Kconfig (5f8f8574c7f5585b09a9623f0f13462e4eb67b4d) | Kconfig (1c993300ab1cec9a0a6a3c417614a1d9f35b175b) |
---|---|
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_DA7219 8 tristate "da7219 I2S board" --- 22 unchanged lines hidden (view full) --- 31 If unsure select "N". 32 33config SND_SOC_INTEL_AVS_MACH_I2S_TEST 34 tristate "I2S test board" 35 help 36 This adds support for I2S test-board which can be used to verify 37 transfer over I2S interface with SSP loopback scenarios. 38 | 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_DA7219 8 tristate "da7219 I2S board" --- 22 unchanged lines hidden (view full) --- 31 If unsure select "N". 32 33config SND_SOC_INTEL_AVS_MACH_I2S_TEST 34 tristate "I2S test board" 35 help 36 This adds support for I2S test-board which can be used to verify 37 transfer over I2S interface with SSP loopback scenarios. 38 |
39config SND_SOC_INTEL_AVS_MACH_MAX98927 40 tristate "max98927 I2S board" 41 depends on I2C 42 depends on MFD_INTEL_LPSS || COMPILE_TEST 43 select SND_SOC_MAX98927 44 help 45 This adds support for AVS with MAX98927 I2S codec configuration. 46 Say Y or m if you have such a device. This is a recommended option. 47 If unsure select "N". 48 |
|
39config SND_SOC_INTEL_AVS_MACH_MAX98357A 40 tristate "max98357A I2S board" 41 depends on I2C 42 depends on MFD_INTEL_LPSS || COMPILE_TEST 43 select SND_SOC_MAX98357A 44 help 45 This adds support for AVS with MAX98357A I2S codec configuration. 46 Say Y or m if you have such a device. This is a recommended option. --- 75 unchanged lines hidden --- | 49config SND_SOC_INTEL_AVS_MACH_MAX98357A 50 tristate "max98357A I2S board" 51 depends on I2C 52 depends on MFD_INTEL_LPSS || COMPILE_TEST 53 select SND_SOC_MAX98357A 54 help 55 This adds support for AVS with MAX98357A I2S codec configuration. 56 Say Y or m if you have such a device. This is a recommended option. --- 75 unchanged lines hidden --- |