• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/udlfb/
1config FB_UDL
2	tristate "Displaylink USB Framebuffer support"
3	depends on FB && USB
4	select FB_MODE_HELPERS
5	select FB_SYS_FILLRECT
6	select FB_SYS_COPYAREA
7	select FB_SYS_IMAGEBLIT
8	select FB_SYS_FOPS
9	select FB_DEFERRED_IO
10	---help---
11	  This is a kernel framebuffer driver for DisplayLink USB devices.
12	  Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
13	  mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
14	  To compile as a module, choose M here: the module name is udlfb.
15