Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (b9132b89933177286fb427bd03affcebc4d649e1) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is a 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". --- 22 unchanged lines hidden (view full) --- 31 select SND_SOC_SOF_INTEL_ACPI if SND_SOC_SOF_INTEL_TOPLEVEL 32 select IOSF_MBI if X86 && PCI 33 help 34 This adds support for ACPI enumeration. This option is required 35 to enable Intel Haswell/Broadwell/Baytrail/Cherrytrail devices 36 Say Y if you need this option 37 If unsure select "N". 38 | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is a 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". --- 22 unchanged lines hidden (view full) --- 31 select SND_SOC_SOF_INTEL_ACPI if SND_SOC_SOF_INTEL_TOPLEVEL 32 select IOSF_MBI if X86 && PCI 33 help 34 This adds support for ACPI enumeration. This option is required 35 to enable Intel Haswell/Broadwell/Baytrail/Cherrytrail devices 36 Say Y if you need this option 37 If unsure select "N". 38 |
39config SND_SOC_SOF_OF 40 tristate "SOF OF enumeration support" 41 depends on OF || COMPILE_TEST 42 select SND_SOC_SOF 43 select SND_SOC_SOF_OPTIONS 44 help 45 This adds support for Device Tree enumeration. This option is 46 required to enable i.MX8 devices. 47 Say Y if you need this option. If unsure select "N". 48 |
|
39config SND_SOC_SOF_OPTIONS 40 tristate 41 help 42 This option is not user-selectable but automagically handled by 43 'select' statements at a higher level 44 45if SND_SOC_SOF_OPTIONS 46 --- 123 unchanged lines hidden --- | 49config SND_SOC_SOF_OPTIONS 50 tristate 51 help 52 This option is not user-selectable but automagically handled by 53 'select' statements at a higher level 54 55if SND_SOC_SOF_OPTIONS 56 --- 123 unchanged lines hidden --- |