Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294322
b: refs/heads/master
c: 8dc50ec
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 22, 2012
1 parent 87e34a2 commit a41a697
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2,221 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: fdcb68884b3b0def9cc410d07adbafe7c3a9e537
refs/heads/master: 8dc50ec7755650859a7bfc17de8846ef1efa24a4
9 changes: 4 additions & 5 deletions trunk/drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
config FB_OMAP
tristate "OMAP frame buffer support (EXPERIMENTAL)"
depends on FB && (OMAP2_DSS = "n")
depends on ARCH_OMAP1 || ARCH_OMAP2 || ARCH_OMAP3
depends on FB
depends on ARCH_OMAP1
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select TWL4030_CORE if MACH_OMAP_2430SDP
help
Frame buffer driver for OMAP based boards.

Expand Down Expand Up @@ -42,7 +41,7 @@ config FB_OMAP_LCD_MIPID

config FB_OMAP_BOOTLOADER_INIT
bool "Check bootloader initialization"
depends on FB_OMAP || FB_OMAP2
depends on FB_OMAP
help
Say Y here if you want to enable checking if the bootloader has
already initialized the display controller. In this case the
Expand All @@ -61,7 +60,7 @@ config FB_OMAP_CONSISTENT_DMA_SIZE

config FB_OMAP_DMA_TUNE
bool "Set DMA SDRAM access priority high"
depends on FB_OMAP && ARCH_OMAP1
depends on FB_OMAP
help
On systems in which video memory is in system memory
(SDRAM) this will speed up graphics DMA operations.
Expand Down
5 changes: 1 addition & 4 deletions trunk/drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
#
# Makefile for the new OMAP framebuffer device driver
# Makefile for the OMAP1 framebuffer device driver
#

obj-$(CONFIG_FB_OMAP) += omapfb.o

objs-yy := omapfb_main.o

objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
objs-y$(CONFIG_ARCH_OMAP2) += dispc.o
objs-y$(CONFIG_ARCH_OMAP3) += dispc.o

objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o

objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o

Expand Down
Loading

0 comments on commit a41a697

Please sign in to comment.