diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-09 00:39:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:36 -0500 |
commit | 01a16fae8e0e99a5abdd1c6c9a2b67e7e6167c18 (patch) | |
tree | c6dd8df18a3116f6ae9b1e14f13edc2a7bf1fd4b /drivers/video/Kconfig | |
parent | 81d3e147ec9ffc6ef04b5f05afa4bef22487b32b (diff) |
[PATCH] fbdev: Remove remains of epson1356fb
Delete leftovers of the FB_E1356 and anything that did depend on it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 44b6ca290ce3..25b6ca6ad081 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -593,38 +593,6 @@ config FB_EPSON1355 | |||
593 | framebuffer. Product specs at | 593 | framebuffer. Product specs at |
594 | <http://www.erd.epson.com/vdc/html/products.htm>. | 594 | <http://www.erd.epson.com/vdc/html/products.htm>. |
595 | 595 | ||
596 | config FB_E1356 | ||
597 | tristate "Epson SED1356 framebuffer support" | ||
598 | depends on FB && EXPERIMENTAL && PCI && MIPS | ||
599 | |||
600 | config PB1000_CRT | ||
601 | bool "Use CRT on Pb1000 (J65)" | ||
602 | depends on MIPS_PB1000=y && FB_E1356 | ||
603 | |||
604 | config PB1000_NTSC | ||
605 | bool "Use Compsite NTSC on Pb1000 (J63)" | ||
606 | depends on MIPS_PB1000=y && FB_E1356 | ||
607 | |||
608 | config PB1000_TFT | ||
609 | bool "Use TFT Panel on Pb1000 (J64)" | ||
610 | depends on MIPS_PB1000=y && FB_E1356 | ||
611 | |||
612 | config PB1500_CRT | ||
613 | bool "Use CRT on Pb1500 " if MIPS_PB1500=y | ||
614 | depends on FB_E1356 | ||
615 | |||
616 | config PB1500_CRT | ||
617 | prompt "Use CRT on Pb1100 " | ||
618 | depends on FB_E1356 && MIPS_PB1100=y | ||
619 | |||
620 | config PB1500_TFT | ||
621 | bool "Use TFT Panel on Pb1500 " if MIPS_PB1500=y | ||
622 | depends on FB_E1356 | ||
623 | |||
624 | config PB1500_TFT | ||
625 | prompt "Use TFT Panel on Pb1100 " | ||
626 | depends on FB_E1356 && MIPS_PB1100=y | ||
627 | |||
628 | config FB_S1D13XXX | 596 | config FB_S1D13XXX |
629 | tristate "Epson S1D13XXX framebuffer support" | 597 | tristate "Epson S1D13XXX framebuffer support" |
630 | depends on FB | 598 | depends on FB |