From: Fedora Kernel Team kernel-team@fedoraproject.org
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_AMD_RENOIR_MACH:
This option enables machine driver for DMIC
Symbol: SND_SOC_AMD_RENOIR_MACH [=n] Type : tristate Defined at sound/soc/amd/Kconfig:47 Prompt: AMD Renoir support for DMIC Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_AMD_RENOIR [=m] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> AMD Audio Coprocessor - Renoir support (SND_SOC_AMD_RENOIR [=m]) Selects: SND_SOC_DMIC [=m]
---
Cc: Jaroslav Kysela jkysela@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org --- .../generic/CONFIG_SND_SOC_AMD_RENOIR_MACH | 1 + .../generic/CONFIG_SND_SOC_AMD_RENOIR_MACH | 20 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH new file mode 100644 index 000000000000..abbbc7bed0bd --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH @@ -0,0 +1 @@ +# CONFIG_SND_SOC_AMD_RENOIR_MACH is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH deleted file mode 100644 index e00d97ce9d12..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR_MACH +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_SND_SOC_AMD_RENOIR_MACH: -# -# This option enables machine driver for DMIC -# -# Symbol: SND_SOC_AMD_RENOIR_MACH [=n] -# Type : tristate -# Defined at sound/soc/amd/Kconfig:47 -# Prompt: AMD Renoir support for DMIC -# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_AMD_RENOIR [=m] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> AMD Audio Coprocessor - Renoir support (SND_SOC_AMD_RENOIR [=m]) -# Selects: SND_SOC_DMIC [=m] -# -# -# -# CONFIG_SND_SOC_AMD_RENOIR_MACH is not set
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/850#note_48424331...
I guess we want this enabled as a module?
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/850#note_48441594...
Yes: CONFIG_SND_SOC_AMD_RENOIR_MACH=m
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/850#note_48453265...
Alright,
Both CONFIG_SND_SOC_AMD_RENOIR and CONFIG_SND_SOC_AMD_RENOIR_MACH are set to be built as modules and are now defined under redhat/configs/common/generic/x86/.
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/850#note_48455914...
Acked-by: Jaroslav Kysela jkysela@redhat.com
kernel@lists.fedoraproject.org