Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187593
b: refs/heads/master
c: f601441
h: refs/heads/master
i:
  187591: 72b239f
v: v3
  • Loading branch information
Baruch Siach authored and Sascha Hauer committed Feb 18, 2010
1 parent 1501c8b commit a113ead
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: 94d32f99c6aba8b702a9cf78cb328aeb7882b1e5
refs/heads/master: f601441916d1e19291d0b4f044b4a7551e2924d0
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-mxc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ config ARCH_MX25
bool "MX25-based"
select CPU_ARM926T
select COMMON_CLKDEV
select HAVE_FB_IMX
help
This enables support for systems based on the Freescale i.MX25 family

Expand Down
5 changes: 4 additions & 1 deletion trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,12 @@ config FB_SA1100
If you plan to use the LCD display with your SA-1100 system, say
Y here.

config HAVE_FB_IMX
bool

config FB_IMX
tristate "Motorola i.MX LCD support"
depends on FB && (ARCH_MX1 || ARCH_MX2)
depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down

0 comments on commit a113ead

Please sign in to comment.