From: Peter Robinson <[email protected]>

The SND_HDA_INTEL is actually badly named as it covers HDMI audio in a number
of use cases such as discrete nvidia and amd GPUs on POWER and aarch64. It
may have originally been an Intel only option but now it's basically appears
to be a generic HDMI Audio config option so basically we should enable it
where ever we enable sound, it's enabled as a module already in configs/generic,
so we shouldn't actually need to override it anywhere so remove the other 
options
they are either the same or do override it.

Signed-off-by: Peter Robinson <[email protected]>
---
 redhat/configs/ark/generic/powerpc/CONFIG_SND_HDA_INTEL    | 1 -
 redhat/configs/fedora/generic/CONFIG_SND_HDA_INTEL         | 1 -
 redhat/configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL | 1 -
 redhat/configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL     | 1 -
 4 files changed, 4 deletions(-)
 delete mode 100644 redhat/configs/ark/generic/powerpc/CONFIG_SND_HDA_INTEL
 delete mode 100644 redhat/configs/fedora/generic/CONFIG_SND_HDA_INTEL
 delete mode 100644 redhat/configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL
 delete mode 100644 redhat/configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL

diff --git a/redhat/configs/ark/generic/powerpc/CONFIG_SND_HDA_INTEL 
b/redhat/configs/ark/generic/powerpc/CONFIG_SND_HDA_INTEL
deleted file mode 100644
index 6f057ecfeaaa..000000000000
--- a/redhat/configs/ark/generic/powerpc/CONFIG_SND_HDA_INTEL
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_SND_HDA_INTEL is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_SND_HDA_INTEL 
b/redhat/configs/fedora/generic/CONFIG_SND_HDA_INTEL
deleted file mode 100644
index 6f057ecfeaaa..000000000000
--- a/redhat/configs/fedora/generic/CONFIG_SND_HDA_INTEL
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_SND_HDA_INTEL is not set
diff --git a/redhat/configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL 
b/redhat/configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL
deleted file mode 100644
index dfe74ea98408..000000000000
--- a/redhat/configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_HDA_INTEL=m
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL 
b/redhat/configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL
deleted file mode 100644
index dfe74ea98408..000000000000
--- a/redhat/configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_HDA_INTEL=m
-- 
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to