From: Fedora Kernel Team <kernel-t...@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. Symbol: SND_SOC_AW88166 [=n] Type : tristate Defined at sound/soc/codecs/Kconfig:682 Prompt: Soc Audio for awinic aw88166 Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && I2C [=y] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> CODEC drivers -> Soc Audio for awinic aw88166 (SND_SOC_AW88166 [=n]) Selects: REGMAP_I2C [=m] && GPIOLIB [=y] && SND_SOC_AW88395_LIB [=n] Implied by [n]: - SND_SOC_ALL_CODECS [=n] && SOUND [=m] && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n] Commit: 94e412c28e61 (ASoC: codecs: Add aw88166 amplifier driver) --- Symbol: SND_SOC_INTEL_AVS_MACH_PCM3168A [=m] Type : tristate Defined at sound/soc/intel/avs/boards/Kconfig:90 Prompt: pcm3168a I2S board Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_AVS [=m] && I2C [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> Intel AVS driver (SND_SOC_INTEL_AVS [=m]) -> Intel AVS Machine drivers -> pcm3168a I2S board (SND_SOC_INTEL_AVS_MACH_PCM3168A [=n]) Selects: SND_SOC_PCM3168A_I2C [=m] Commit: 79ebb596201c (ASoC: Intel: avs: Add pcm3168a machine board) --- Symbol: SND_SOC_OPS_KUNIT_TEST [=m] Type : tristate Defined at sound/soc/Kconfig:84 Prompt: KUnit tests for SoC ops Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && KUNIT [=m] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> ALSA for SoC audio support (SND_SOC [=m]) -> KUnit tests for SoC ops (SND_SOC_OPS_KUNIT_TEST [=m]) Commit: 7a24b876ad8c (ASoC: ops-test: Add some basic kunit tests for soc-ops) --- Signed-off-by: Fedora Kernel Team <kernel-t...@fedoraproject.org> Signed-off-by: Jaroslav Kysela <jkys...@redhat.com> diff --git a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_AW88166 b/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_AW88166 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_AW88166 +++ /dev/null @@ -1,20 +0,0 @@ -# Symbol: SND_SOC_AW88166 [=n] -# Type : tristate -# Defined at sound/soc/codecs/Kconfig:682 -# Prompt: Soc Audio for awinic aw88166 -# Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && I2C [=y] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> CODEC drivers -# -> Soc Audio for awinic aw88166 (SND_SOC_AW88166 [=n]) -# Selects: REGMAP_I2C [=m] && GPIOLIB [=y] && SND_SOC_AW88395_LIB [=n] -# Implied by [n]: -# - SND_SOC_ALL_CODECS [=n] && SOUND [=m] && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n] -# -# -# -# Commit: 94e412c28e61 (ASoC: codecs: Add aw88166 amplifier driver) -# CONFIG_SND_SOC_AW88166 is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A b/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A +++ /dev/null @@ -1,19 +0,0 @@ -# Symbol: SND_SOC_INTEL_AVS_MACH_PCM3168A [=n] -# Type : tristate -# Defined at sound/soc/intel/avs/boards/Kconfig:90 -# Prompt: pcm3168a I2S board -# Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_AVS [=m] && I2C [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> Intel AVS driver (SND_SOC_INTEL_AVS [=m]) -# -> Intel AVS Machine drivers -# -> pcm3168a I2S board (SND_SOC_INTEL_AVS_MACH_PCM3168A [=n]) -# Selects: SND_SOC_PCM3168A_I2C [=n] -# -# -# -# Commit: 79ebb596201c (ASoC: Intel: avs: Add pcm3168a machine board) -# CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST b/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: SND_SOC_OPS_KUNIT_TEST [=m] -# Type : tristate -# Defined at sound/soc/Kconfig:84 -# Prompt: KUnit tests for SoC ops -# Depends on: SOUND [=m] && SND [=m] && SND_SOC [=m] && KUNIT [=m] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> ALSA for SoC audio support (SND_SOC [=m]) -# -> KUnit tests for SoC ops (SND_SOC_OPS_KUNIT_TEST [=m]) -# -# -# -# Commit: 7a24b876ad8c (ASoC: ops-test: Add some basic kunit tests for soc-ops) -CONFIG_SND_SOC_OPS_KUNIT_TEST=m diff --git a/redhat/configs/rhel/generic/CONFIG_SND_SOC_AW88166 b/redhat/configs/rhel/generic/CONFIG_SND_SOC_AW88166 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_SND_SOC_AW88166 @@ -0,0 +1 @@ +# CONFIG_SND_SOC_AW88166 is not set diff --git a/redhat/configs/rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST b/redhat/configs/rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_SND_SOC_OPS_KUNIT_TEST @@ -0,0 +1 @@ +CONFIG_SND_SOC_OPS_KUNIT_TEST=m diff --git a/redhat/configs/rhel/generic/x86/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A b/redhat/configs/rhel/generic/x86/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/x86/CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A @@ -0,0 +1 @@ +CONFIG_SND_SOC_INTEL_AVS_MACH_PCM3168A=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3764 -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue