[PATCH] Sound dependency on I2C missing

Pavel Roskin proski at gnu.org
Fri Feb 27 03:12:40 EST 2004


Hello!

I was compiling Linux 2.6.3-bk7 and encountered error messages like those
already posted to this list:
http://lists.linuxppc.org/linuxppc-dev/200402/msg00042.html

The fix is to make CONFIG_SND_POWERMAC depend on CONFIG_I2C.  The patch is
attached.  No additional I2C drivers are needed to make the kernel compile
and support sound.

--
Regards,
Pavel Roskin
-------------- next part --------------
--- linux.orig/sound/ppc/Kconfig
+++ linux/sound/ppc/Kconfig
@@ -5,7 +5,7 @@
 
 config SND_POWERMAC
 	tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
-	depends on SND
+	depends on SND && I2C
 
 endmenu
 


More information about the Linuxppc-dev mailing list