Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54883
b: refs/heads/master
c: aad09e5
h: refs/heads/master
i:
  54881: c7c4265
  54879: b755ff5
v: v3
  • Loading branch information
Jaya Kumar authored and Linus Torvalds committed May 8, 2007
1 parent 9ed1170 commit 16e5f4c
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e841b88d23d0ea0a6ee4e76c489899d4d23ce25
refs/heads/master: aad09e51eeb6ec68029271642a7528ffc08fee81
14 changes: 14 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,20 @@ config FB_IMAC
help
This is the frame buffer device driver for the Intel-based Macintosh

config FB_HECUBA
tristate "Hecuba board support"
depends on FB && X86 && MMU
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB_DEFERRED_IO
help
This enables support for the Hecuba board. This driver was tested
with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO
interface (8 bit data, 4 bit control). If you anticpate using
this driver, say Y or M; otherwise say N. You must specify the
GPIO IO address to be used for setting control and data.

config FB_HGA
tristate "Hercules mono graphics support"
depends on FB && X86
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ obj-$(CONFIG_FB_ACORN) += acornfb.o
obj-$(CONFIG_FB_ATARI) += atafb.o c2p.o atafb_mfb.o \
atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o
obj-$(CONFIG_FB_MAC) += macfb.o
obj-$(CONFIG_FB_HECUBA) += hecubafb.o
obj-$(CONFIG_FB_HGA) += hgafb.o
obj-$(CONFIG_FB_XVR500) += sunxvr500.o
obj-$(CONFIG_FB_XVR2500) += sunxvr2500.o
Expand Down
Loading

0 comments on commit 16e5f4c

Please sign in to comment.