Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | config USB_SISUSBVGA |
| 3 | tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 4 | depends on (USB_MUSB_HDRC || USB_EHCI_HCD) |
Geert Uytterhoeven | d1e183c | 2013-05-15 13:26:20 +0200 | [diff] [blame] | 5 | select FONT_SUPPORT if USB_SISUSBVGA_CON |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | ---help--- |
| 7 | Say Y here if you intend to attach a USB2VGA dongle based on a |
Thomas Winischhofer | 1bbb4f2 | 2005-08-29 17:01:16 +0200 | [diff] [blame] | 8 | Net2280 and a SiS315 chip. |
| 9 | |
| 10 | Note that this device requires a USB 2.0 host controller. It will not |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | work with USB 1.x controllers. |
| 12 | |
Thomas Winischhofer | 1bbb4f2 | 2005-08-29 17:01:16 +0200 | [diff] [blame] | 13 | To compile this driver as a module, choose M here; the module will be |
| 14 | called sisusbvga. If unsure, say N. |
| 15 | |
| 16 | config USB_SISUSBVGA_CON |
| 17 | bool "Text console and mode switching support" if USB_SISUSBVGA |
| 18 | depends on VT |
| 19 | select FONT_8x16 |
| 20 | ---help--- |
| 21 | Say Y here if you want a VGA text console via the USB dongle or |
| 22 | want to support userland applications that utilize the driver's |
| 23 | display mode switching capabilities. |
| 24 | |
| 25 | Note that this console supports VGA/EGA text mode only. |
| 26 | |
| 27 | By default, the console part of the driver will not kick in when |
| 28 | the driver is initialized. If you want the driver to take over |
| 29 | one or more of the consoles, you need to specify the number of |
| 30 | the first and last consoles (starting at 1) as driver parameters. |
| 31 | |
| 32 | For example, if the driver is compiled as a module: |
| 33 | |
| 34 | modprobe sisusbvga first=1 last=5 |
| 35 | |
| 36 | If you use hotplug, add this to your modutils config files with |
| 37 | the "options" keyword, such as eg. |
| 38 | |
| 39 | options sisusbvga first=1 last=5 |
| 40 | |
| 41 | If the driver is compiled into the kernel image, the parameters |
| 42 | must be given in the kernel command like, such as |
| 43 | |
| 44 | sisusbvga.first=1 sisusbvga.last=5 |
| 45 | |
| 46 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |