From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in sound/soc
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK:
This adds support for SoundWire with Sound Open Firmware for Intel(R) platforms. Say Y if you want to enable SoundWire links with SOF. If unsure select "N".
Symbol: SND_SOC_SOF_INTEL_SOUNDWIRE_LINK [=n] Type : bool Defined at sound/soc/sof/intel/Kconfig:356 Prompt: SOF support for SoundWire Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_SOF_TOPLEVEL [=y] && SND_SOC_SOF_INTEL_TOPLEVEL [=y] && SND_SOC_SOF_INTEL_PCI [=m] && ACPI [=y] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> Sound Open Firmware Support (SND_SOC_SOF_TOPLEVEL [=y]) -> SOF support for Intel audio DSPs (SND_SOC_SOF_INTEL_TOPLEVEL [=y])
---
Cc: Jaroslav Kysela jkysela@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff a/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK b/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK @@ -0,0 +1 @@ +# CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK is not set diff a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK --- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK +++ /dev/null @@ -1,23 +0,0 @@ -# CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK: -# -# This adds support for SoundWire with Sound Open Firmware -# for Intel(R) platforms. -# Say Y if you want to enable SoundWire links with SOF. -# If unsure select "N". -# -# Symbol: SND_SOC_SOF_INTEL_SOUNDWIRE_LINK [=n] -# Type : bool -# Defined at sound/soc/sof/intel/Kconfig:356 -# Prompt: SOF support for SoundWire -# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_SOF_TOPLEVEL [=y] && SND_SOC_SOF_INTEL_TOPLEVEL [=y] && SND_SOC_SOF_INTEL_PCI [=m] && ACPI [=y] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> Sound Open Firmware Support (SND_SOC_SOF_TOPLEVEL [=y]) -# -> SOF support for Intel audio DSPs (SND_SOC_SOF_INTEL_TOPLEVEL [=y]) -# -# -# -# CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/875
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/875#note_55465072...
Nacked-by: Jaroslav Kysela jkysela@redhat.com
For x86 only:
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK=y
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/875#note_55592025...
Thank you for the feedback. I have pushed the change. Let me know what you think.
Thank you,
Patrick
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/875#note_55624004...
Acked-by: Jaroslav Kysela jkysela@redhat.com
kernel@lists.fedoraproject.org