Missed update to drivers/char/Config.in

Ben Pfaff (pfaffben@pilot.msu.edu)
Sun, 23 Aug 1998 13:47:10 -0400 (EDT)


In 2.1.116 my driver for the AIMSlab RadioTrack II card was merged in,
however, the corresponding patch to drivers/char/Config.in got dropped
accidentally. Here it is again.

(Note that the AIMSlab RadioTrack and RadioTrack II are completely
different cards, thus they need different configuration options.)

Thanks,

Ben.

--- 2.1.117/drivers/char/Config.in~ Sat Aug 22 23:17:45 1998
+++ 2.1.117/drivers/char/Config.in Sun Aug 23 13:37:48 1998
@@ -113,6 +113,10 @@
if [ "$CONFIG_RADIO_RTRACK" = "y" ]; then
hex ' RadioTrack i/o port (0x20f or 0x30f)' CONFIG_RADIO_RTRACK_PORT 20f
fi
+ dep_tristate 'AIMSlab RadioTrack II support' CONFIG_RADIO_RTRACK2 $CONFIG_VIDEO_DEV
+ if [ "$CONFIG_RADIO_RTRACK2" = "y" ]; then
+ hex ' RadioTrack II i/o port (0x20c or 0x30c)' CONFIG_RADIO_RTRACK2_PORT 30c
+ fi
dep_tristate 'Aztech/Packard Bell Radio' CONFIG_RADIO_AZTECH $CONFIG_VIDEO_DEV
if [ "$CONFIG_RADIO_AZTECH" = "y" ]; then
hex ' Aztech/Packard Bell I/O port (0x350 or 0x358)' CONFIG_RADIO_AZTECH_PORT 350

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html