diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-04-19 09:20:31 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-04-19 09:20:50 -0400 |
commit | 61e1b1840ffd68a5dec7b7e95fc960f605c17b09 (patch) | |
tree | c6170dd40967c18cd2411935db78d7f99005f25c | |
parent | a16fea3b5da26846670c90f8aeeef2aa42f1cb8c (diff) | |
download | kernel-61e1b1840ffd68a5dec7b7e95fc960f605c17b09.tar.gz kernel-61e1b1840ffd68a5dec7b7e95fc960f605c17b09.tar.xz kernel-61e1b1840ffd68a5dec7b7e95fc960f605c17b09.zip |
Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7
-rw-r--r-- | config-powerpc64 | 2 | ||||
-rw-r--r-- | config-powerpc64p7 | 3 | ||||
-rw-r--r-- | kernel.spec | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/config-powerpc64 b/config-powerpc64 index 2a587a6fd..d0e0aab5b 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 9a8289588..285d9fff9 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 a01bc7267..1de482622 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2288,6 +2288,9 @@ fi # ||----w | # || || %changelog +* Fri Apr 19 2013 Josh Boyer <jwboyer@redhat.com> +- Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7 + * Thu Apr 18 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.0-0.rc7.git3.1 - Linux v3.9-rc7-70-gd202f05 |