Skip to content

Commit

Permalink
w100fb: do not depend on SHARPSL
Browse files Browse the repository at this point in the history
Apart from Sharp SL-Cxx series, there are a few other devices that have
ATI Imageon chips, among them HP iPAQ hx4700.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Philipp Zabel authored and Linus Torvalds committed Jul 4, 2008
1 parent 6d1029b commit e5dd3cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1825,12 +1825,13 @@ config FB_FSL_DIU

config FB_W100
tristate "W100 frame buffer support"
depends on FB && PXA_SHARPSL
depends on FB && ARCH_PXA
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
---help---
Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
It can also drive the w3220 chip found on iPAQ hx4700.

This driver is also available as a module ( = code which can be
inserted and removed from the running kernel whenever you want). The
Expand Down

0 comments on commit e5dd3cb

Please sign in to comment.