diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-07-23 21:30:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:34 -0700 |
commit | 2ece5f43b041b96fa2a05107a10a6b0ea0c03a3b (patch) | |
tree | 3705b27ddc3a0fc3c721331f5b6247beb70124cc /drivers/video/Makefile | |
parent | 4cad4431fcd872a1b2efc093b0db6df943f5a898 (diff) | |
download | talos-op-linux-2ece5f43b041b96fa2a05107a10a6b0ea0c03a3b.tar.gz talos-op-linux-2ece5f43b041b96fa2a05107a10a6b0ea0c03a3b.zip |
fbdev: add the carmine FB driver
Basic FB driver for the carmine chip. The driver registers two FB devices for
the two possible screens. The DRAM settings can be be switched via Kconfig
(between eval board and custom).
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 04bca35403ff..7ee85c0d2e5f 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -117,6 +117,7 @@ obj-$(CONFIG_FB_SM501) += sm501fb.o obj-$(CONFIG_FB_XILINX) += xilinxfb.o obj-$(CONFIG_FB_OMAP) += omap/ obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o +obj-$(CONFIG_FB_CARMINE) += carminefb.o # Platform or fallback drivers go here obj-$(CONFIG_FB_UVESA) += uvesafb.o |