aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorSteve Glendinning <steve.glendinning@smsc.com>2011-08-18 15:20:07 +0100
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-09-05 16:21:30 +0000
commit3c8a63e22a0802fd56380f6ab305b419f18eb6f5 (patch)
treee5fba78fb7ad02cf66e5f3effa5bfdcc0746c5f6 /drivers/video/Makefile
parentfb: sh-mobile: Fix deadlock risk between lock_fb_info() and console_lock() (diff)
downloadlinux-dev-3c8a63e22a0802fd56380f6ab305b419f18eb6f5.tar.xz
linux-dev-3c8a63e22a0802fd56380f6ab305b419f18eb6f5.zip
Add support for SMSC UFX6000/7000 USB display adapters
This patch adds framebuffer suport for SMSC's UFX6000 (USB 2.0) and UFX7000 (USB 3.0) display adapters. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 43079108bb16..9b9d8fff7732 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -128,6 +128,7 @@ obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o
obj-$(CONFIG_FB_PS3) += ps3fb.o
obj-$(CONFIG_FB_SM501) += sm501fb.o
obj-$(CONFIG_FB_UDL) += udlfb.o
+obj-$(CONFIG_FB_SMSCUFX) += smscufx.o
obj-$(CONFIG_FB_XILINX) += xilinxfb.o
obj-$(CONFIG_SH_MIPI_DSI) += sh_mipi_dsi.o
obj-$(CONFIG_FB_SH_MOBILE_HDMI) += sh_mobile_hdmi.o