Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251110
b: refs/heads/master
c: b9b52cf
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Paul Mundt committed May 24, 2011
1 parent e63ea2f commit 11180a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af4a835bba5fe710b870b8ec8c294e2338cbb112
refs/heads/master: b9b52cf4617bedccef64cee63ba8ec68b213bc21
13 changes: 9 additions & 4 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2266,29 +2266,34 @@ config FB_METRONOME
config FB_MB862XX
tristate "Fujitsu MB862xx GDC support"
depends on FB
depends on PCI || (OF && PPC)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
---help---
Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.

choice
prompt "GDC variant"
depends on FB_MB862XX

config FB_MB862XX_PCI_GDC
bool "Carmine/Coral-P(A) GDC"
depends on PCI && FB_MB862XX
depends on PCI
---help---
This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
PCI graphics controller devices.

config FB_MB862XX_LIME
bool "Lime GDC"
depends on FB_MB862XX
depends on OF && !FB_MB862XX_PCI_GDC
depends on PPC
depends on OF && PPC
select FB_FOREIGN_ENDIAN
select FB_LITTLE_ENDIAN
---help---
Framebuffer support for Fujitsu Lime GDC on host CPU bus.

endchoice

config FB_EP93XX
tristate "EP93XX frame buffer support"
depends on FB && ARCH_EP93XX
Expand Down

0 comments on commit 11180a0

Please sign in to comment.