diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-06-19 20:21:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:16:31 +0200 |
commit | 640c1bce86d1e11ee6a1263fdf6170d3210b1684 (patch) | |
tree | 1c108cf2667ef0c4451949fd71b15440c72dabb1 /drivers/usb/serial/Kconfig | |
parent | USB: usbmon: use simple_read_from_buffer() (diff) | |
download | linux-640c1bce86d1e11ee6a1263fdf6170d3210b1684.tar.xz linux-640c1bce86d1e11ee6a1263fdf6170d3210b1684.zip |
USB: delete airprime driver
This driver is only for one device id, and the option driver should be
used instead for it.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 9a7681b55266..8878c1767fc8 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -64,14 +64,6 @@ config USB_SERIAL_AIRCABLE To compile this driver as a module, choose M here: the module will be called aircable. -config USB_SERIAL_AIRPRIME - tristate "USB AirPrime CDMA Wireless Driver" - help - Say Y here if you want to use a AirPrime CDMA Wireless PC card. - - To compile this driver as a module, choose M here: the - module will be called airprime. - config USB_SERIAL_ARK3116 tristate "USB ARK Micro 3116 USB Serial Driver" help |