[kernel] Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7

Josh Boyer jwboyer at fedoraproject.org
Fri Apr 19 13:21:24 UTC 2013


commit 61e1b1840ffd68a5dec7b7e95fc960f605c17b09
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri Apr 19 09:20:31 2013 -0400

    Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7

 config-powerpc64   |    2 ++
 config-powerpc64p7 |    3 ++-
 kernel.spec        |    3 +++
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/config-powerpc64 b/config-powerpc64
index 2a587a6..d0e0aab 100644
--- a/config-powerpc64
+++ b/config-powerpc64
@@ -179,3 +179,5 @@ CONFIG_BPF_JIT=y
 # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
 # CONFIG_PCIEPORTBUS is not set
 # CONFIG_PPC_TRANSACTIONAL_MEM is not set
+# CONFIG_SND_HDA_INTEL is not set
+CONFIG_BLK_DEV_RSXX=m
diff --git a/config-powerpc64p7 b/config-powerpc64p7
index 9a82895..285d9ff 100644
--- a/config-powerpc64p7
+++ b/config-powerpc64p7
@@ -169,4 +169,5 @@ CONFIG_BPF_JIT=y
 # CONFIG_PPC_ICSWX_USE_SIGILL is not set
 # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
 # CONFIG_PCIEPORTBUS is not set
-
+# CONFIG_SND_HDA_INTEL is not set
+CONFIG_BLK_DEV_RSXX=m
diff --git a/kernel.spec b/kernel.spec
index a01bc72..1de4826 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2288,6 +2288,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri Apr 19 2013 Josh Boyer <jwboyer at redhat.com>
+- Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7
+
 * Thu Apr 18 2013 Justin M. Forbes <jforbes at redhat.com> - 3.9.0-0.rc7.git3.1
 - Linux v3.9-rc7-70-gd202f05
 


More information about the scm-commits mailing list