Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225631
b: refs/heads/master
c: cffd934
h: refs/heads/master
i:
  225629: 8633bd3
  225627: 7c538d4
  225623: b172668
  225615: 11474f4
  225599: 86bcb53
v: v3
  • Loading branch information
Michael Hennerich authored and Paul Mundt committed Nov 26, 2010
1 parent 4915519 commit dbf0927
Show file tree
Hide file tree
Showing 5 changed files with 1,207 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: dbcc465a3c8d81da132cc1dd4e5fbf731172477f
refs/heads/master: cffd9348a3ae87ac98a4b3c03a5359e28ad50b93
52 changes: 52 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,58 @@ config FB_BF537_LQ035
To compile this driver as a module, choose M here: the
module will be called bf537-lq035.

config FB_BFIN_7393
tristate "Blackfin ADV7393 Video encoder"
depends on FB && BLACKFIN
select I2C
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
This is the framebuffer device for a ADV7393 video encoder
attached to a Blackfin on the PPI port.
If your Blackfin board has a ADV7393 select Y.

To compile this driver as a module, choose M here: the
module will be called bfin_adv7393fb.

choice
prompt "Video mode support"
depends on FB_BFIN_7393
default NTSC

config NTSC
bool 'NTSC 720x480'

config PAL
bool 'PAL 720x576'

config NTSC_640x480
bool 'NTSC 640x480 (Experimental)'

config PAL_640x480
bool 'PAL 640x480 (Experimental)'

config NTSC_YCBCR
bool 'NTSC 720x480 YCbCR input'

config PAL_YCBCR
bool 'PAL 720x576 YCbCR input'

endchoice

choice
prompt "Size of ADV7393 frame buffer memory Single/Double Size"
depends on (FB_BFIN_7393)
default ADV7393_1XMEM

config ADV7393_1XMEM
bool 'Single'

config ADV7393_2XMEM
bool 'Double'
endchoice

config FB_STI
tristate "HP STI frame buffer device support"
depends on FB && PARISC
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ obj-$(CONFIG_FB_BF537_LQ035) += bf537-lq035.o
obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o
obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o
obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o
obj-$(CONFIG_FB_BFIN_7393) += bfin_adv7393fb.o
obj-$(CONFIG_FB_MX3) += mx3fb.o
obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o

Expand Down
Loading

0 comments on commit dbf0927

Please sign in to comment.