Skip to content

Commit

Permalink
[ARM] 5209/1: metronomefb: changes to use platform framebuffer
Browse files Browse the repository at this point in the history
These changes are used in order to support the use of the framebuffer
provided by the platform device driver rather than to directly allocate one.
Other changes are cleanup to error handling and order of release.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jaya Kumar authored and Russell King committed Aug 26, 2008
1 parent 2850133 commit e935508
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 130 deletions.
18 changes: 13 additions & 5 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ config FB_DEFERRED_IO
bool
depends on FB

config FB_METRONOME
tristate
depends on FB
depends on FB_DEFERRED_IO

config FB_HECUBA
tristate
depends on FB
Expand Down Expand Up @@ -2041,6 +2036,19 @@ config XEN_FBDEV_FRONTEND
frame buffer driver. It communicates with a back-end
in another domain.

config FB_METRONOME
tristate "E-Ink Metronome/8track controller support"
depends on FB
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT
select FB_SYS_FOPS
select FB_DEFERRED_IO
help
This driver implements support for the E-Ink Metronome
controller. The pre-release name for this device was 8track
and could also have been called by some vendors as PVI-nnnn.

source "drivers/video/omap/Kconfig"

source "drivers/video/backlight/Kconfig"
Expand Down
Loading

0 comments on commit e935508

Please sign in to comment.