Kconfig (cac0b0887e5304bddfda91a4a7106f9328c31318) | Kconfig (3dc0d709177828a22dfc9d0072e3ac937ef90d06) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is free and 6 generic open source audio DSP firmware for multiple devices. 7 Say Y if you have such a device that is supported by SOF. 8 If unsure select "N". --- 39 unchanged lines hidden (view full) --- 48config SND_SOC_SOF_OF_DEV 49 tristate 50 51config SND_SOC_SOF_COMPRESS 52 bool 53 select SND_SOC_COMPRESS 54 55config SND_SOC_SOF_DEBUG_PROBES | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is free and 6 generic open source audio DSP firmware for multiple devices. 7 Say Y if you have such a device that is supported by SOF. 8 If unsure select "N". --- 39 unchanged lines hidden (view full) --- 48config SND_SOC_SOF_OF_DEV 49 tristate 50 51config SND_SOC_SOF_COMPRESS 52 bool 53 select SND_SOC_COMPRESS 54 55config SND_SOC_SOF_DEBUG_PROBES |
56 bool "SOF enable data probing" | 56 tristate 57 select SND_SOC_SOF_CLIENT |
57 select SND_SOC_COMPRESS 58 help 59 This option enables the data probing feature that can be used to 60 gather data directly from specific points of the audio pipeline. | 58 select SND_SOC_COMPRESS 59 help 60 This option enables the data probing feature that can be used to 61 gather data directly from specific points of the audio pipeline. |
61 Say Y if you want to enable probes. 62 If unsure, select "N". | 62 This option is not user-selectable but automagically handled by 63 'select' statements at a higher level. |
63 64config SND_SOC_SOF_CLIENT 65 tristate 66 select AUXILIARY_BUS 67 help 68 This option is not user-selectable but automagically handled by 69 'select' statements at a higher level. 70 --- 190 unchanged lines hidden --- | 64 65config SND_SOC_SOF_CLIENT 66 tristate 67 select AUXILIARY_BUS 68 help 69 This option is not user-selectable but automagically handled by 70 'select' statements at a higher level. 71 --- 190 unchanged lines hidden --- |