# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.654 -> 1.655 # drivers/usb/misc/Config.in 1.2 -> 1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/11 rct@gherkin.frus.com 1.655 # [PATCH] 2.5.X config: USB speedtouch driver # # Minor nit: the subject driver depends on ATM, so a config-time check to # see if ATM support is enabled is appropriate. # -------------------------------------------- # diff -Nru a/drivers/usb/misc/Config.in b/drivers/usb/misc/Config.in --- a/drivers/usb/misc/Config.in Thu Sep 12 10:25:46 2002 +++ b/drivers/usb/misc/Config.in Thu Sep 12 10:25:46 2002 @@ -8,4 +8,4 @@ dep_tristate ' USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CONFIG_USB $CONFIG_EXPERIMENTAL dep_tristate ' Tieman Voyager USB Braille display support (EXPERIMENTAL)' CONFIG_USB_BRLVGER $CONFIG_USB $CONFIG_EXPERIMENTAL dep_tristate ' USB LCD driver support' CONFIG_USB_LCD $CONFIG_USB -dep_tristate ' Alcatel Speedtouch ADSL USB Modem' CONFIG_USB_SPEEDTOUCH $CONFIG_USB +dep_tristate ' Alcatel Speedtouch ADSL USB Modem' CONFIG_USB_SPEEDTOUCH $CONFIG_USB $CONFIG_ATM