2019-01-17 09:23:50 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
config USB_SISUSBVGA
|
|
|
|
tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
|
2013-04-09 14:29:25 +02:00
|
|
|
depends on (USB_MUSB_HDRC || USB_EHCI_HCD)
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2005-04-16 15:20:36 -07:00
|
|
|
Say Y here if you intend to attach a USB2VGA dongle based on a
|
2005-08-29 17:01:16 +02:00
|
|
|
Net2280 and a SiS315 chip.
|
|
|
|
|
|
|
|
Note that this device requires a USB 2.0 host controller. It will not
|
2005-04-16 15:20:36 -07:00
|
|
|
work with USB 1.x controllers.
|
|
|
|
|
2005-08-29 17:01:16 +02:00
|
|
|
To compile this driver as a module, choose M here; the module will be
|
|
|
|
called sisusbvga. If unsure, say N.
|