Bug 158612

Summary: ppc64 kernel doesn't include snd_powermac
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dwmw2, pfrields, wtogami
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-25 00:29:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy Katz 2005-05-23 23:00:51 UTC
The G5 can use this :-)  Falls into nice to have if we're going to do another
build, but definitely not show-stopper.

Index: configs/config-ppc64-generic
===================================================================
RCS file: /cvs/dist/devel/kernel/configs/config-ppc64-generic,v
retrieving revision 1.9
diff -u -u -r1.9 config-ppc64-generic
--- configs/config-ppc64-generic        12 May 2005 01:33:49 -0000      1.9
+++ configs/config-ppc64-generic        23 May 2005 22:59:58 -0000
@@ -57,7 +57,6 @@
 #
 # Turn off drivers that don't apply to i/p Series
 #
-# CONFIG_SND_POWERMAC is not set
 # CONFIG_OAKNET is not set
 # CONFIG_FB_S3TRIO is not set
 # CONFIG_FB_CT65550 is not set
@@ -84,6 +83,7 @@
 CONFIG_DEBUG_STACK_USAGE=y
 CONFIG_PM=y

+CONFIG_SND_POWERMAC=m
 CONFIG_AGP_UNINORTH=y
 # CONFIG_FB_VGA16 is not set
 CONFIG_FB_RADEON=y

Comment 1 Jeremy Katz 2005-05-23 23:10:07 UTC
Committed per davej's request :)