aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2005-11-07 04:00:29 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 10:53:49 -0500
commitecc41d5e0267de2c010e0fdf8da3c9e3e394f752 (patch)
treeed13369747fe68610bffccc6311245c23dfc133a /drivers/video/Kconfig
parente65c0850ae811a53554e1abe71627fba1261cfc7 (diff)
[PATCH] fb: straighten up fb drivers menu
Arrange frame buffer menu: - puts all Epson drivers together - removes split of FB_PXA and FB_PXA_PARAMETERS by FB_W100 - results in PXA, W100, Epson, S3C2410, & Virtual FB drivers being presented at the same menu level as all other FB drivers Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: "Antonino A. 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/Kconfig118
1 files changed, 59 insertions, 59 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 564881ff1b2c..1eec03a9b102 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -638,6 +638,50 @@ config FB_EPSON1355
638 framebuffer. Product specs at 638 framebuffer. Product specs at
639 <http://www.erd.epson.com/vdc/html/products.htm>. 639 <http://www.erd.epson.com/vdc/html/products.htm>.
640 640
641config FB_E1356
642 tristate "Epson SED1356 framebuffer support"
643 depends on FB && EXPERIMENTAL && PCI && MIPS
644
645config PB1000_CRT
646 bool "Use CRT on Pb1000 (J65)"
647 depends on MIPS_PB1000=y && FB_E1356
648
649config PB1000_NTSC
650 bool "Use Compsite NTSC on Pb1000 (J63)"
651 depends on MIPS_PB1000=y && FB_E1356
652
653config PB1000_TFT
654 bool "Use TFT Panel on Pb1000 (J64)"
655 depends on MIPS_PB1000=y && FB_E1356
656
657config PB1500_CRT
658 bool "Use CRT on Pb1500 " if MIPS_PB1500=y
659 depends on FB_E1356
660
661config PB1500_CRT
662 prompt "Use CRT on Pb1100 "
663 depends on FB_E1356 && MIPS_PB1100=y
664
665config PB1500_TFT
666 bool "Use TFT Panel on Pb1500 " if MIPS_PB1500=y
667 depends on FB_E1356
668
669config PB1500_TFT
670 prompt "Use TFT Panel on Pb1100 "
671 depends on FB_E1356 && MIPS_PB1100=y
672
673config FB_S1D13XXX
674 tristate "Epson S1D13XXX framebuffer support"
675 depends on FB
676 select FB_CFB_FILLRECT
677 select FB_CFB_COPYAREA
678 select FB_CFB_IMAGEBLIT
679 select FB_SOFT_CURSOR
680 help
681 Support for S1D13XXX framebuffer device family (currently only
682 working with S1D13806). Product specs at
683 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
684
641config FB_NVIDIA 685config FB_NVIDIA
642 tristate "nVidia Framebuffer Support" 686 tristate "nVidia Framebuffer Support"
643 depends on FB && PCI 687 depends on FB && PCI
@@ -1253,38 +1297,6 @@ config FB_PM3
1253 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 1297 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1254 and maybe other boards. 1298 and maybe other boards.
1255 1299
1256config FB_E1356
1257 tristate "Epson SED1356 framebuffer support"
1258 depends on FB && EXPERIMENTAL && PCI && MIPS
1259
1260config PB1000_CRT
1261 bool "Use CRT on Pb1000 (J65)"
1262 depends on MIPS_PB1000=y && FB_E1356
1263
1264config PB1000_NTSC
1265 bool "Use Compsite NTSC on Pb1000 (J63)"
1266 depends on MIPS_PB1000=y && FB_E1356
1267
1268config PB1000_TFT
1269 bool "Use TFT Panel on Pb1000 (J64)"
1270 depends on MIPS_PB1000=y && FB_E1356
1271
1272config PB1500_CRT
1273 bool "Use CRT on Pb1500 " if MIPS_PB1500=y
1274 depends on FB_E1356
1275
1276config PB1500_CRT
1277 prompt "Use CRT on Pb1100 "
1278 depends on FB_E1356 && MIPS_PB1100=y
1279
1280config PB1500_TFT
1281 bool "Use TFT Panel on Pb1500 " if MIPS_PB1500=y
1282 depends on FB_E1356
1283
1284config PB1500_TFT
1285 prompt "Use TFT Panel on Pb1100 "
1286 depends on FB_E1356 && MIPS_PB1100=y
1287
1288config FB_AU1100 1300config FB_AU1100
1289 bool "Au1100 LCD Driver" 1301 bool "Au1100 LCD Driver"
1290 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y 1302 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
@@ -1476,23 +1488,6 @@ config FB_PXA
1476 1488
1477 If unsure, say N. 1489 If unsure, say N.
1478 1490
1479config FB_W100
1480 tristate "W100 frame buffer support"
1481 depends on FB && PXA_SHARPSL
1482 select FB_CFB_FILLRECT
1483 select FB_CFB_COPYAREA
1484 select FB_CFB_IMAGEBLIT
1485 select FB_SOFT_CURSOR
1486 ---help---
1487 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1488
1489 This driver is also available as a module ( = code which can be
1490 inserted and removed from the running kernel whenever you want). The
1491 module will be called vfb. If you want to compile it as a module,
1492 say M here and read <file:Documentation/modules.txt>.
1493
1494 If unsure, say N.
1495
1496config FB_PXA_PARAMETERS 1491config FB_PXA_PARAMETERS
1497 bool "PXA LCD command line parameters" 1492 bool "PXA LCD command line parameters"
1498 default n 1493 default n
@@ -1510,17 +1505,22 @@ config FB_PXA_PARAMETERS
1510 1505
1511 <file:Documentation/fb/pxafb.txt> describes the available parameters. 1506 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1512 1507
1513config FB_S1D13XXX 1508config FB_W100
1514 tristate "Epson S1D13XXX framebuffer support" 1509 tristate "W100 frame buffer support"
1515 depends on FB 1510 depends on FB && PXA_SHARPSL
1516 select FB_CFB_FILLRECT 1511 select FB_CFB_FILLRECT
1517 select FB_CFB_COPYAREA 1512 select FB_CFB_COPYAREA
1518 select FB_CFB_IMAGEBLIT 1513 select FB_CFB_IMAGEBLIT
1519 select FB_SOFT_CURSOR 1514 select FB_SOFT_CURSOR
1520 help 1515 ---help---
1521 Support for S1D13XXX framebuffer device family (currently only 1516 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1522 working with S1D13806). Product specs at 1517
1523 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm> 1518 This driver is also available as a module ( = code which can be
1519 inserted and removed from the running kernel whenever you want). The
1520 module will be called vfb. If you want to compile it as a module,
1521 say M here and read <file:Documentation/modules.txt>.
1522
1523 If unsure, say N.
1524 1524
1525config FB_S3C2410 1525config FB_S3C2410
1526 tristate "S3C2410 LCD framebuffer support" 1526 tristate "S3C2410 LCD framebuffer support"