aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-17 07:05:48 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:13 -0400
commit1a3f28817e2a3f0be67ec8afa0cfd779adb5d41d (patch)
tree2e519ed62c5738016f6d370c992fef78942836bc /drivers/video/Kconfig
parent84650346b20c8f8af35e3773506102ff1680e887 (diff)
fb: epson1355fb: kill off dead sh support
The SH board that was the only user for this code was removed entirely from the kernel quite some time ago, so there's no reason to leave the stubs in place. Additionally this driver was completely broken anyways, so there's not really a lot of point in fixing it up either. I can't imagine that this driver gets any testing on ARM either, given that FB_BLANK_UNBLANKING doesn't exist, and kills the build regardless of which platform is compiling. This fixes that, too. It wouldn't be a lot of work to finish the platform device conversion and go with a generic 8-bit read/write_reg and kill off the architecture dependence completely, should someone have any use for this driver. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 9b7a76be36a0..8365feb42289 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -812,7 +812,7 @@ config FB_PVR2
812 812
813config FB_EPSON1355 813config FB_EPSON1355
814 bool "Epson 1355 framebuffer support" 814 bool "Epson 1355 framebuffer support"
815 depends on (FB = y) && (SUPERH || ARCH_CEIVA) 815 depends on (FB = y) && ARCH_CEIVA
816 select FB_CFB_FILLRECT 816 select FB_CFB_FILLRECT
817 select FB_CFB_COPYAREA 817 select FB_CFB_COPYAREA
818 select FB_CFB_IMAGEBLIT 818 select FB_CFB_IMAGEBLIT