Skip to content

Commit

Permalink
Staging: udlfb: add udlfb driver to build
Browse files Browse the repository at this point in the history
This adds the udlfb driver to the build system

Cc: Roberto De Ioris <roberto@unbit.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jun 19, 2009
1 parent 88e58b1 commit 9a82e6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ source "drivers/staging/cpc-usb/Kconfig"

source "drivers/staging/pata_rdc/Kconfig"

source "drivers/staging/udlfb/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
obj-$(CONFIG_VT6655) += vt6655/
obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_RDC_17F3101X) += pata_rdc/
obj-$(CONFIG_FB_UDL) += udlfb/
8 changes: 8 additions & 0 deletions drivers/staging/udlfb/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config FB_UDL
tristate "Displaylink USB Framebuffer support"
depends on FB && USB
---help---
This is an experimental driver for DisplayLink USB devices
that provides a framebuffer device. A normal framebuffer can
be used with this driver, or xorg can be run on the device
using it.
1 change: 1 addition & 0 deletions drivers/staging/udlfb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_FB_UDL) += udlfb.o

0 comments on commit 9a82e6d

Please sign in to comment.