Update of /cvsroot/alsa/alsa-kernel/drivers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15432/drivers

Modified Files:
        Kconfig 
Log Message:
More Kconfig and Makefile cleanups following Russel's direction:
- added SND_MP401_UART tristate
- added SND_OPL3_LIB tristate
- added SND_OPL4_LIB tristate


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/Kconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Kconfig     2 Mar 2004 19:28:59 -0000       1.4
+++ Kconfig     2 Mar 2004 19:51:30 -0000       1.5
@@ -3,6 +3,21 @@
 menu "Generic devices"
        depends on SND!=n
 
+config SND_MPU401_UART
+        tristate
+       select SND_TIMER
+        select SND_RAWMIDI
+
+config SND_OPL3_LIB
+       tristate
+       select SND_TIMER
+       select SND_HWDEP
+
+config SND_OPL4_LIB
+       tristate
+       select SND_TIMER
+       select SND_HWDEP
+
 config SND_DUMMY
        tristate "Dummy (/dev/null) soundcard"
        depends on SND
@@ -42,8 +57,7 @@
 config SND_MPU401
        tristate "Generic MPU-401 UART driver"
        depends on SND
-       select SND_TIMER
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        help
          Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to