From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> 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_ADI: Audio support for various reference designs by Analog Devices. Symbol: SND_SOC_ADI [=n] Type : tristate Defined at sound/soc/adi/Kconfig:2 Prompt: Audio support for Analog Devices reference designs Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) --- CONFIG_SND_SOC_FSL_XCVR: Say Y if you want to add Audio Transceiver (XCVR) support for NXP iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC, HDMI1.4 ARC and SPDIF. Symbol: SND_SOC_FSL_XCVR [=n] Type : tristate Defined at sound/soc/fsl/Kconfig:98 Prompt: NXP Audio Transceiver (XCVR) module support Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> SoC Audio for Freescale CPUs Selects: REGMAP_MMIO [=n] && SND_SOC_IMX_PCM_DMA [=n] && SND_SOC_GENERIC_DMAENGINE_PCM [=n] --- CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT: This adds support for Sound Open Firmware for Intel(R) platforms using the Alderlake processors. Say Y if you have such a device. If unsure select "N". Symbol: SND_SOC_SOF_ALDERLAKE_SUPPORT [=n] Type : bool Defined at sound/soc/sof/intel/Kconfig:274 Prompt: SOF support for Alderlake 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] 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@xxxxxxxxxx> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> --- .../configs/common/generic/CONFIG_SND_SOC_ADI | 1 + .../common/generic/CONFIG_SND_SOC_FSL_XCVR | 1 + .../CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT | 1 + .../pending-common/generic/CONFIG_SND_SOC_ADI | 18 --------------- .../generic/CONFIG_SND_SOC_FSL_XCVR | 22 ------------------ .../CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT | 23 ------------------- 6 files changed, 3 insertions(+), 63 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_ADI create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_FSL_XCVR create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_ADI delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_FSL_XCVR delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_ADI b/redhat/configs/common/generic/CONFIG_SND_SOC_ADI new file mode 100644 index 000000000000..cee478e8274d --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_SOC_ADI @@ -0,0 +1 @@ +# CONFIG_SND_SOC_ADI is not set diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_FSL_XCVR b/redhat/configs/common/generic/CONFIG_SND_SOC_FSL_XCVR new file mode 100644 index 000000000000..38a6154ef459 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_SOC_FSL_XCVR @@ -0,0 +1 @@ +# CONFIG_SND_SOC_FSL_XCVR is not set diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT b/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT new file mode 100644 index 000000000000..9fcfd92a373d --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT @@ -0,0 +1 @@ +# CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ADI b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ADI deleted file mode 100644 index 1419ed113d5d..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ADI +++ /dev/null @@ -1,18 +0,0 @@ -# CONFIG_SND_SOC_ADI: -# -# Audio support for various reference designs by Analog Devices. -# -# Symbol: SND_SOC_ADI [=n] -# Type : tristate -# Defined at sound/soc/adi/Kconfig:2 -# Prompt: Audio support for Analog Devices reference designs -# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -# -# -# CONFIG_SND_SOC_ADI is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_FSL_XCVR b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_FSL_XCVR deleted file mode 100644 index 40a0b2a43d44..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_FSL_XCVR +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_SND_SOC_FSL_XCVR: -# -# Say Y if you want to add Audio Transceiver (XCVR) support for NXP -# iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC, -# HDMI1.4 ARC and SPDIF. -# -# Symbol: SND_SOC_FSL_XCVR [=n] -# Type : tristate -# Defined at sound/soc/fsl/Kconfig:98 -# Prompt: NXP Audio Transceiver (XCVR) module support -# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> SoC Audio for Freescale CPUs -# Selects: REGMAP_MMIO [=n] && SND_SOC_IMX_PCM_DMA [=n] && SND_SOC_GENERIC_DMAENGINE_PCM [=n] -# -# -# -# CONFIG_SND_SOC_FSL_XCVR is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT deleted file mode 100644 index 5a9a8b6fd941..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT +++ /dev/null @@ -1,23 +0,0 @@ -# CONFIG_SND_SOC_SOF_ALDERLAKE_SUPPORT: -# -# This adds support for Sound Open Firmware for Intel(R) platforms -# using the Alderlake processors. -# Say Y if you have such a device. -# If unsure select "N". -# -# Symbol: SND_SOC_SOF_ALDERLAKE_SUPPORT [=n] -# Type : bool -# Defined at sound/soc/sof/intel/Kconfig:274 -# Prompt: SOF support for Alderlake -# 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] -# 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_ALDERLAKE_SUPPORT is not set -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx