mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

It was marked as BROKEN since commit 862ee699fe
(USB: sisusbvga: Make
console support depend on BROKEN) 2 years ago. Since noone stepped up to
fix it, remove it completely.
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-sh@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20221208090749.28056-1-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config USB_SISUSBVGA
|
|
tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
|
|
depends on (USB_MUSB_HDRC || USB_EHCI_HCD)
|
|
help
|
|
Say Y here if you intend to attach a USB2VGA dongle based on a
|
|
Net2280 and a SiS315 chip.
|
|
|
|
Note that this device requires a USB 2.0 host controller. It will not
|
|
work with USB 1.x controllers.
|
|
|
|
To compile this driver as a module, choose M here; the module will be
|
|
called sisusbvga. If unsure, say N.
|