Kconfig 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648
  1. #
  2. # Video configuration
  3. #
  4. menu "Graphics support"
  5. config FIRMWARE_EDID
  6. bool "Enable firmware EDID"
  7. default y
  8. ---help---
  9. This enables access to the EDID transferred from the firmware.
  10. On the i386, this is from the Video BIOS. Enable this if DDC/I2C
  11. transfers do not work for your driver and if you are using
  12. nvidiafb, i810fb or savagefb.
  13. In general, choosing Y for this option is safe. If you
  14. experience extremely long delays while booting before you get
  15. something on your display, try setting this to N. Matrox cards in
  16. combination with certain motherboards and monitors are known to
  17. suffer from this problem.
  18. config FB
  19. tristate "Support for frame buffer devices"
  20. ---help---
  21. The frame buffer device provides an abstraction for the graphics
  22. hardware. It represents the frame buffer of some video hardware and
  23. allows application software to access the graphics hardware through
  24. a well-defined interface, so the software doesn't need to know
  25. anything about the low-level (hardware register) stuff.
  26. Frame buffer devices work identically across the different
  27. architectures supported by Linux and make the implementation of
  28. application programs easier and more portable; at this point, an X
  29. server exists which uses the frame buffer device exclusively.
  30. On several non-X86 architectures, the frame buffer device is the
  31. only way to use the graphics hardware.
  32. The device is accessed through special device nodes, usually located
  33. in the /dev directory, i.e. /dev/fb*.
  34. You need an utility program called fbset to make full use of frame
  35. buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
  36. and the Framebuffer-HOWTO at
  37. <http://www.tahallah.demon.co.uk/programming/prog.html> for more
  38. information.
  39. Say Y here and to the driver for your graphics board below if you
  40. are compiling a kernel for a non-x86 architecture.
  41. If you are compiling for the x86 architecture, you can say Y if you
  42. want to play with it, but it is not essential. Please note that
  43. running graphical applications that directly touch the hardware
  44. (e.g. an accelerated X server) and that are not frame buffer
  45. device-aware may cause unexpected results. If unsure, say N.
  46. config FB_DDC
  47. tristate
  48. depends on FB && I2C && I2C_ALGOBIT
  49. default n
  50. config FB_CFB_FILLRECT
  51. tristate
  52. depends on FB
  53. default n
  54. ---help---
  55. Include the cfb_fillrect function for generic software rectangle
  56. filling. This is used by drivers that don't provide their own
  57. (accelerated) version.
  58. config FB_CFB_COPYAREA
  59. tristate
  60. depends on FB
  61. default n
  62. ---help---
  63. Include the cfb_copyarea function for generic software area copying.
  64. This is used by drivers that don't provide their own (accelerated)
  65. version.
  66. config FB_CFB_IMAGEBLIT
  67. tristate
  68. depends on FB
  69. default n
  70. ---help---
  71. Include the cfb_imageblit function for generic software image
  72. blitting. This is used by drivers that don't provide their own
  73. (accelerated) version.
  74. config FB_MACMODES
  75. tristate
  76. depends on FB
  77. default n
  78. config FB_BACKLIGHT
  79. bool
  80. depends on FB
  81. select BACKLIGHT_LCD_SUPPORT
  82. select BACKLIGHT_CLASS_DEVICE
  83. default n
  84. config FB_MODE_HELPERS
  85. bool "Enable Video Mode Handling Helpers"
  86. depends on FB
  87. default n
  88. ---help---
  89. This enables functions for handling video modes using the
  90. Generalized Timing Formula and the EDID parser. A few drivers rely
  91. on this feature such as the radeonfb, rivafb, and the i810fb. If
  92. your driver does not take advantage of this feature, choosing Y will
  93. just increase the kernel size by about 5K.
  94. config FB_TILEBLITTING
  95. bool "Enable Tile Blitting Support"
  96. depends on FB
  97. default n
  98. ---help---
  99. This enables tile blitting. Tile blitting is a drawing technique
  100. where the screen is divided into rectangular sections (tiles), whereas
  101. the standard blitting divides the screen into pixels. Because the
  102. default drawing element is a tile, drawing functions will be passed
  103. parameters in terms of number of tiles instead of number of pixels.
  104. For example, to draw a single character, instead of using bitmaps,
  105. an index to an array of bitmaps will be used. To clear or move a
  106. rectangular section of a screen, the rectangle will be described in
  107. terms of number of tiles in the x- and y-axis.
  108. This is particularly important to one driver, matroxfb. If
  109. unsure, say N.
  110. config FB_CIRRUS
  111. tristate "Cirrus Logic support"
  112. depends on FB && (ZORRO || PCI)
  113. select FB_CFB_FILLRECT
  114. select FB_CFB_COPYAREA
  115. select FB_CFB_IMAGEBLIT
  116. ---help---
  117. This enables support for Cirrus Logic GD542x/543x based boards on
  118. Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
  119. If you have a PCI-based system, this enables support for these
  120. chips: GD-543x, GD-544x, GD-5480.
  121. Please read the file <file:Documentation/fb/cirrusfb.txt>.
  122. Say N unless you have such a graphics board or plan to get one
  123. before you next recompile the kernel.
  124. config FB_PM2
  125. tristate "Permedia2 support"
  126. depends on FB && ((AMIGA && BROKEN) || PCI)
  127. select FB_CFB_FILLRECT
  128. select FB_CFB_COPYAREA
  129. select FB_CFB_IMAGEBLIT
  130. help
  131. This is the frame buffer device driver for the Permedia2 AGP frame
  132. buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a
  133. product page at
  134. <http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.
  135. config FB_PM2_FIFO_DISCONNECT
  136. bool "enable FIFO disconnect feature"
  137. depends on FB_PM2 && PCI
  138. help
  139. Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).
  140. config FB_ARMCLCD
  141. tristate "ARM PrimeCell PL110 support"
  142. depends on FB && ARM && ARM_AMBA
  143. select FB_CFB_FILLRECT
  144. select FB_CFB_COPYAREA
  145. select FB_CFB_IMAGEBLIT
  146. help
  147. This framebuffer device driver is for the ARM PrimeCell PL110
  148. Colour LCD controller. ARM PrimeCells provide the building
  149. blocks for System on a Chip devices.
  150. If you want to compile this as a module (=code which can be
  151. inserted into and removed from the running kernel), say M
  152. here and read <file:Documentation/modules.txt>. The module
  153. will be called amba-clcd.
  154. choice
  155. depends on FB_ARMCLCD && (ARCH_LH7A40X || ARCH_LH7952X)
  156. prompt "LCD Panel"
  157. default FB_ARMCLCD_SHARP_LQ035Q7DB02
  158. config FB_ARMCLCD_SHARP_LQ035Q7DB02_HRTFT
  159. bool "LogicPD LCD 3.5\" QVGA w/HRTFT IC"
  160. help
  161. This is an implementation of the Sharp LQ035Q7DB02, a 3.5"
  162. color QVGA, HRTFT panel. The LogicPD device includes
  163. an integrated HRTFT controller IC.
  164. The native resolution is 240x320.
  165. config FB_ARMCLCD_SHARP_LQ057Q3DC02
  166. bool "LogicPD LCD 5.7\" QVGA"
  167. help
  168. This is an implementation of the Sharp LQ057Q3DC02, a 5.7"
  169. color QVGA, TFT panel. The LogicPD device includes an
  170. The native resolution is 320x240.
  171. config FB_ARMCLCD_SHARP_LQ64D343
  172. bool "LogicPD LCD 6.4\" VGA"
  173. help
  174. This is an implementation of the Sharp LQ64D343, a 6.4"
  175. color VGA, TFT panel. The LogicPD device includes an
  176. The native resolution is 640x480.
  177. config FB_ARMCLCD_SHARP_LQ10D368
  178. bool "LogicPD LCD 10.4\" VGA"
  179. help
  180. This is an implementation of the Sharp LQ10D368, a 10.4"
  181. color VGA, TFT panel. The LogicPD device includes an
  182. The native resolution is 640x480.
  183. config FB_ARMCLCD_SHARP_LQ121S1DG41
  184. bool "LogicPD LCD 12.1\" SVGA"
  185. help
  186. This is an implementation of the Sharp LQ121S1DG41, a 12.1"
  187. color SVGA, TFT panel. The LogicPD device includes an
  188. The native resolution is 800x600.
  189. This panel requires a clock rate may be an integer fraction
  190. of the base LCDCLK frequency. The driver will select the
  191. highest frequency available that is lower than the maximum
  192. allowed. The panel may flicker if the clock rate is
  193. slower than the recommended minimum.
  194. config FB_ARMCLCD_AUO_A070VW01_WIDE
  195. bool "AU Optronics A070VW01 LCD 7.0\" WIDE"
  196. help
  197. This is an implementation of the AU Optronics, a 7.0"
  198. WIDE Color. The native resolution is 234x480.
  199. config FB_ARMCLCD_HITACHI
  200. bool "Hitachi Wide Screen 800x480"
  201. help
  202. This is an implementation of the Hitachi 800x480.
  203. endchoice
  204. config FB_ACORN
  205. bool "Acorn VIDC support"
  206. depends on (FB = y) && ARM && (ARCH_ACORN || ARCH_CLPS7500)
  207. select FB_CFB_FILLRECT
  208. select FB_CFB_COPYAREA
  209. select FB_CFB_IMAGEBLIT
  210. help
  211. This is the frame buffer device driver for the Acorn VIDC graphics
  212. hardware found in Acorn RISC PCs and other ARM-based machines. If
  213. unsure, say N.
  214. config FB_CLPS711X
  215. bool "CLPS711X LCD support"
  216. depends on (FB = y) && ARM && ARCH_CLPS711X
  217. select FB_CFB_FILLRECT
  218. select FB_CFB_COPYAREA
  219. select FB_CFB_IMAGEBLIT
  220. help
  221. Say Y to enable the Framebuffer driver for the CLPS7111 and
  222. EP7212 processors.
  223. config FB_SA1100
  224. bool "SA-1100 LCD support"
  225. depends on (FB = y) && ARM && ARCH_SA1100
  226. select FB_CFB_FILLRECT
  227. select FB_CFB_COPYAREA
  228. select FB_CFB_IMAGEBLIT
  229. help
  230. This is a framebuffer device for the SA-1100 LCD Controller.
  231. See <http://www.linux-fbdev.org/> for information on framebuffer
  232. devices.
  233. If you plan to use the LCD display with your SA-1100 system, say
  234. Y here.
  235. config FB_IMX
  236. tristate "Motorola i.MX LCD support"
  237. depends on FB && ARM && ARCH_IMX
  238. select FB_CFB_FILLRECT
  239. select FB_CFB_COPYAREA
  240. select FB_CFB_IMAGEBLIT
  241. config FB_CYBER2000
  242. tristate "CyberPro 2000/2010/5000 support"
  243. depends on FB && PCI && (BROKEN || !SPARC64)
  244. select FB_CFB_FILLRECT
  245. select FB_CFB_COPYAREA
  246. select FB_CFB_IMAGEBLIT
  247. help
  248. This enables support for the Integraphics CyberPro 20x0 and 5000
  249. VGA chips used in the Rebel.com Netwinder and other machines.
  250. Say Y if you have a NetWinder or a graphics card containing this
  251. device, otherwise say N.
  252. config FB_APOLLO
  253. bool
  254. depends on (FB = y) && APOLLO
  255. default y
  256. select FB_CFB_FILLRECT
  257. select FB_CFB_IMAGEBLIT
  258. config FB_Q40
  259. bool
  260. depends on (FB = y) && Q40
  261. default y
  262. select FB_CFB_FILLRECT
  263. select FB_CFB_COPYAREA
  264. select FB_CFB_IMAGEBLIT
  265. config FB_AMIGA
  266. tristate "Amiga native chipset support"
  267. depends on FB && AMIGA
  268. help
  269. This is the frame buffer device driver for the builtin graphics
  270. chipset found in Amigas.
  271. To compile this driver as a module, choose M here: the
  272. module will be called amifb.
  273. config FB_AMIGA_OCS
  274. bool "Amiga OCS chipset support"
  275. depends on FB_AMIGA
  276. help
  277. This enables support for the original Agnus and Denise video chips,
  278. found in the Amiga 1000 and most A500's and A2000's. If you intend
  279. to run Linux on any of these systems, say Y; otherwise say N.
  280. config FB_AMIGA_ECS
  281. bool "Amiga ECS chipset support"
  282. depends on FB_AMIGA
  283. help
  284. This enables support for the Enhanced Chip Set, found in later
  285. A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
  286. you intend to run Linux on any of these systems, say Y; otherwise
  287. say N.
  288. config FB_AMIGA_AGA
  289. bool "Amiga AGA chipset support"
  290. depends on FB_AMIGA
  291. help
  292. This enables support for the Advanced Graphics Architecture (also
  293. known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
  294. and CD32. If you intend to run Linux on any of these systems, say Y;
  295. otherwise say N.
  296. config FB_CYBER
  297. tristate "Amiga CyberVision 64 support"
  298. depends on FB && ZORRO && BROKEN
  299. select FB_CFB_FILLRECT
  300. select FB_CFB_COPYAREA
  301. select FB_CFB_IMAGEBLIT
  302. help
  303. This enables support for the Cybervision 64 graphics card from
  304. Phase5. Please note that its use is not all that intuitive (i.e. if
  305. you have any questions, be sure to ask!). Say N unless you have a
  306. Cybervision 64 or plan to get one before you next recompile the
  307. kernel. Please note that this driver DOES NOT support the
  308. Cybervision 64/3D card, as they use incompatible video chips.
  309. config FB_VIRGE
  310. bool "Amiga CyberVision 64/3D support "
  311. depends on (FB = y) && ZORRO && BROKEN
  312. select FB_CFB_FILLRECT
  313. select FB_CFB_COPYAREA
  314. select FB_CFB_IMAGEBLIT
  315. help
  316. This enables support for the Cybervision 64/3D graphics card from
  317. Phase5. Please note that its use is not all that intuitive (i.e. if
  318. you have any questions, be sure to ask!). Say N unless you have a
  319. Cybervision 64/3D or plan to get one before you next recompile the
  320. kernel. Please note that this driver DOES NOT support the older
  321. Cybervision 64 card, as they use incompatible video chips.
  322. config FB_RETINAZ3
  323. tristate "Amiga Retina Z3 support"
  324. depends on (FB = y) && ZORRO && BROKEN
  325. help
  326. This enables support for the Retina Z3 graphics card. Say N unless
  327. you have a Retina Z3 or plan to get one before you next recompile
  328. the kernel.
  329. config FB_FM2
  330. bool "Amiga FrameMaster II/Rainbow II support"
  331. depends on (FB = y) && ZORRO
  332. select FB_CFB_FILLRECT
  333. select FB_CFB_COPYAREA
  334. select FB_CFB_IMAGEBLIT
  335. help
  336. This is the frame buffer device driver for the Amiga FrameMaster
  337. card from BSC (exhibited 1992 but not shipped as a CBM product).
  338. config FB_ARC
  339. tristate "Arc Monochrome LCD board support"
  340. depends on FB && X86
  341. select FB_CFB_FILLRECT
  342. select FB_CFB_COPYAREA
  343. select FB_CFB_IMAGEBLIT
  344. help
  345. This enables support for the Arc Monochrome LCD board. The board
  346. is based on the KS-108 lcd controller and is typically a matrix
  347. of 2*n chips. This driver was tested with a 128x64 panel. This
  348. driver supports it for use with x86 SBCs through a 16 bit GPIO
  349. interface (8 bit data, 8 bit control). If you anticipate using
  350. this driver, say Y or M; otherwise say N. You must specify the
  351. GPIO IO address to be used for setting control and data.
  352. config FB_ATARI
  353. bool "Atari native chipset support"
  354. depends on (FB = y) && ATARI && BROKEN
  355. help
  356. This is the frame buffer device driver for the builtin graphics
  357. chipset found in Ataris.
  358. config FB_OF
  359. bool "Open Firmware frame buffer device support"
  360. depends on (FB = y) && (PPC64 || PPC_OF)
  361. select FB_CFB_FILLRECT
  362. select FB_CFB_COPYAREA
  363. select FB_CFB_IMAGEBLIT
  364. select FB_MACMODES
  365. help
  366. Say Y if you want support with Open Firmware for your graphics
  367. board.
  368. config FB_CONTROL
  369. bool "Apple \"control\" display support"
  370. depends on (FB = y) && PPC_PMAC && PPC32
  371. select FB_CFB_FILLRECT
  372. select FB_CFB_COPYAREA
  373. select FB_CFB_IMAGEBLIT
  374. select FB_MACMODES
  375. help
  376. This driver supports a frame buffer for the graphics adapter in the
  377. Power Macintosh 7300 and others.
  378. config FB_PLATINUM
  379. bool "Apple \"platinum\" display support"
  380. depends on (FB = y) && PPC_PMAC && PPC32
  381. select FB_CFB_FILLRECT
  382. select FB_CFB_COPYAREA
  383. select FB_CFB_IMAGEBLIT
  384. select FB_MACMODES
  385. help
  386. This driver supports a frame buffer for the "platinum" graphics
  387. adapter in some Power Macintoshes.
  388. config FB_VALKYRIE
  389. bool "Apple \"valkyrie\" display support"
  390. depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
  391. select FB_CFB_FILLRECT
  392. select FB_CFB_COPYAREA
  393. select FB_CFB_IMAGEBLIT
  394. select FB_MACMODES
  395. help
  396. This driver supports a frame buffer for the "valkyrie" graphics
  397. adapter in some Power Macintoshes.
  398. config FB_CT65550
  399. bool "Chips 65550 display support"
  400. depends on (FB = y) && PPC32
  401. select FB_CFB_FILLRECT
  402. select FB_CFB_COPYAREA
  403. select FB_CFB_IMAGEBLIT
  404. help
  405. This is the frame buffer device driver for the Chips & Technologies
  406. 65550 graphics chip in PowerBooks.
  407. config FB_ASILIANT
  408. bool "Asiliant (Chips) 69000 display support"
  409. depends on (FB = y) && PCI
  410. select FB_CFB_FILLRECT
  411. select FB_CFB_COPYAREA
  412. select FB_CFB_IMAGEBLIT
  413. help
  414. This is the frame buffer device driver for the Asiliant 69030 chipset
  415. config FB_IMSTT
  416. bool "IMS Twin Turbo display support"
  417. depends on (FB = y) && PCI
  418. select FB_CFB_IMAGEBLIT
  419. select FB_MACMODES if PPC
  420. help
  421. The IMS Twin Turbo is a PCI-based frame buffer card bundled with
  422. many Macintosh and compatible computers.
  423. config FB_VGA16
  424. tristate "VGA 16-color graphics support"
  425. depends on FB && (X86 || PPC)
  426. select FB_CFB_FILLRECT
  427. select FB_CFB_COPYAREA
  428. select FB_CFB_IMAGEBLIT
  429. help
  430. This is the frame buffer device driver for VGA 16 color graphic
  431. cards. Say Y if you have such a card.
  432. To compile this driver as a module, choose M here: the
  433. module will be called vga16fb.
  434. config FB_STI
  435. tristate "HP STI frame buffer device support"
  436. depends on FB && PARISC
  437. select FB_CFB_FILLRECT
  438. select FB_CFB_COPYAREA
  439. select FB_CFB_IMAGEBLIT
  440. default y
  441. ---help---
  442. STI refers to the HP "Standard Text Interface" which is a set of
  443. BIOS routines contained in a ROM chip in HP PA-RISC based machines.
  444. Enabling this option will implement the linux framebuffer device
  445. using calls to the STI BIOS routines for initialisation.
  446. If you enable this option, you will get a planar framebuffer device
  447. /dev/fb which will work on the most common HP graphic cards of the
  448. NGLE family, including the artist chips (in the 7xx and Bxxx series),
  449. HCRX, HCRX24, CRX, CRX24 and VisEG series.
  450. It is safe to enable this option, so you should probably say "Y".
  451. config FB_MAC
  452. bool "Generic Macintosh display support"
  453. depends on (FB = y) && MAC
  454. select FB_CFB_FILLRECT
  455. select FB_CFB_COPYAREA
  456. select FB_CFB_IMAGEBLIT
  457. select FB_MACMODES
  458. # bool ' Apple DAFB display support' CONFIG_FB_DAFB
  459. config FB_HP300
  460. bool
  461. depends on (FB = y) && HP300
  462. select FB_CFB_FILLRECT
  463. select FB_CFB_IMAGEBLIT
  464. default y
  465. config FB_TGA
  466. tristate "TGA framebuffer support"
  467. depends on FB && ALPHA
  468. select FB_CFB_FILLRECT
  469. select FB_CFB_COPYAREA
  470. select FB_CFB_IMAGEBLIT
  471. help
  472. This is the frame buffer device driver for generic TGA graphic
  473. cards. Say Y if you have one of those.
  474. config FB_VESA
  475. bool "VESA VGA graphics support"
  476. depends on (FB = y) && X86
  477. select FB_CFB_FILLRECT
  478. select FB_CFB_COPYAREA
  479. select FB_CFB_IMAGEBLIT
  480. help
  481. This is the frame buffer device driver for generic VESA 2.0
  482. compliant graphic cards. The older VESA 1.2 cards are not supported.
  483. You will get a boot time penguin logo at no additional cost. Please
  484. read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
  485. config FB_IMAC
  486. bool "Intel-based Macintosh Framebuffer Support"
  487. depends on (FB = y) && X86 && EFI
  488. select FB_CFB_FILLRECT
  489. select FB_CFB_COPYAREA
  490. select FB_CFB_IMAGEBLIT
  491. help
  492. This is the frame buffer device driver for the Intel-based Macintosh
  493. config FB_HGA
  494. tristate "Hercules mono graphics support"
  495. depends on FB && X86
  496. select FB_CFB_FILLRECT
  497. select FB_CFB_COPYAREA
  498. select FB_CFB_IMAGEBLIT
  499. help
  500. Say Y here if you have a Hercules mono graphics card.
  501. To compile this driver as a module, choose M here: the
  502. module will be called hgafb.
  503. As this card technology is 15 years old, most people will answer N
  504. here.
  505. config FB_HGA_ACCEL
  506. bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
  507. depends on FB_HGA && EXPERIMENTAL
  508. ---help---
  509. This will compile the Hercules mono graphics with
  510. acceleration functions.
  511. config FB_SGIVW
  512. tristate "SGI Visual Workstation framebuffer support"
  513. depends on FB && X86_VISWS
  514. select FB_CFB_FILLRECT
  515. select FB_CFB_COPYAREA
  516. select FB_CFB_IMAGEBLIT
  517. help
  518. SGI Visual Workstation support for framebuffer graphics.
  519. config FB_GBE
  520. bool "SGI Graphics Backend frame buffer support"
  521. depends on (FB = y) && (SGI_IP32 || X86_VISWS)
  522. select FB_CFB_FILLRECT
  523. select FB_CFB_COPYAREA
  524. select FB_CFB_IMAGEBLIT
  525. help
  526. This is the frame buffer device driver for SGI Graphics Backend.
  527. This chip is used in SGI O2 and Visual Workstation 320/540.
  528. config FB_GBE_MEM
  529. int "Video memory size in MB"
  530. depends on FB_GBE
  531. default 4
  532. help
  533. This is the amount of memory reserved for the framebuffer,
  534. which can be any value between 1MB and 8MB.
  535. config FB_SUN3
  536. bool "Sun3 framebuffer support"
  537. depends on (FB = y) && (SUN3 || SUN3X) && BROKEN
  538. config FB_SBUS
  539. bool "SBUS and UPA framebuffers"
  540. depends on (FB = y) && SPARC
  541. help
  542. Say Y if you want support for SBUS or UPA based frame buffer device.
  543. config FB_BW2
  544. bool "BWtwo support"
  545. depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
  546. select FB_CFB_FILLRECT
  547. select FB_CFB_COPYAREA
  548. select FB_CFB_IMAGEBLIT
  549. help
  550. This is the frame buffer device driver for the BWtwo frame buffer.
  551. config FB_CG3
  552. bool "CGthree support"
  553. depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
  554. select FB_CFB_FILLRECT
  555. select FB_CFB_COPYAREA
  556. select FB_CFB_IMAGEBLIT
  557. help
  558. This is the frame buffer device driver for the CGthree frame buffer.
  559. config FB_CG6
  560. bool "CGsix (GX,TurboGX) support"
  561. depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
  562. select FB_CFB_COPYAREA
  563. select FB_CFB_IMAGEBLIT
  564. help
  565. This is the frame buffer device driver for the CGsix (GX, TurboGX)
  566. frame buffer.
  567. config FB_PVR2
  568. tristate "NEC PowerVR 2 display support"
  569. depends on FB && SH_DREAMCAST
  570. select FB_CFB_FILLRECT
  571. select FB_CFB_COPYAREA
  572. select FB_CFB_IMAGEBLIT
  573. ---help---
  574. Say Y here if you have a PowerVR 2 card in your box. If you plan to
  575. run linux on your Dreamcast, you will have to say Y here.
  576. This driver may or may not work on other PowerVR 2 cards, but is
  577. totally untested. Use at your own risk. If unsure, say N.
  578. To compile this driver as a module, choose M here: the
  579. module will be called pvr2fb.
  580. You can pass several parameters to the driver at boot time or at
  581. module load time. The parameters look like "video=pvr2:XXX", where
  582. the meaning of XXX can be found at the end of the main source file
  583. (<file:drivers/video/pvr2fb.c>). Please see the file
  584. <file:Documentation/fb/pvr2fb.txt>.
  585. config FB_EPSON1355
  586. bool "Epson 1355 framebuffer support"
  587. depends on (FB = y) && (SUPERH || ARCH_CEIVA)
  588. select FB_CFB_FILLRECT
  589. select FB_CFB_COPYAREA
  590. select FB_CFB_IMAGEBLIT
  591. help
  592. Build in support for the SED1355 Epson Research Embedded RAMDAC
  593. LCD/CRT Controller (since redesignated as the S1D13505) as a
  594. framebuffer. Product specs at
  595. <http://www.erd.epson.com/vdc/html/products.htm>.
  596. config FB_S1D13XXX
  597. tristate "Epson S1D13XXX framebuffer support"
  598. depends on FB
  599. select FB_CFB_FILLRECT
  600. select FB_CFB_COPYAREA
  601. select FB_CFB_IMAGEBLIT
  602. help
  603. Support for S1D13XXX framebuffer device family (currently only
  604. working with S1D13806). Product specs at
  605. <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
  606. config FB_NVIDIA
  607. tristate "nVidia Framebuffer Support"
  608. depends on FB && PCI
  609. select I2C_ALGOBIT if FB_NVIDIA_I2C
  610. select I2C if FB_NVIDIA_I2C
  611. select FB_MODE_HELPERS
  612. select FB_CFB_FILLRECT
  613. select FB_CFB_COPYAREA
  614. select FB_CFB_IMAGEBLIT
  615. help
  616. This driver supports graphics boards with the nVidia chips, TNT
  617. and newer. For very old chipsets, such as the RIVA128, then use
  618. the rivafb.
  619. Say Y if you have such a graphics board.
  620. To compile this driver as a module, choose M here: the
  621. module will be called nvidiafb.
  622. config FB_NVIDIA_I2C
  623. bool "Enable DDC Support"
  624. depends on FB_NVIDIA
  625. help
  626. This enables I2C support for nVidia Chipsets. This is used
  627. only for getting EDID information from the attached display
  628. allowing for robust video mode handling and switching.
  629. Because fbdev-2.6 requires that drivers must be able to
  630. independently validate video mode parameters, you should say Y
  631. here.
  632. config FB_NVIDIA_BACKLIGHT
  633. bool "Support for backlight control"
  634. depends on FB_NVIDIA && PMAC_BACKLIGHT
  635. select FB_BACKLIGHT
  636. default y
  637. help
  638. Say Y here if you want to control the backlight of your display.
  639. config FB_RIVA
  640. tristate "nVidia Riva support"
  641. depends on FB && PCI
  642. select I2C_ALGOBIT if FB_RIVA_I2C
  643. select I2C if FB_RIVA_I2C
  644. select FB_DDC if FB_RIVA_I2C
  645. select FB_MODE_HELPERS
  646. select FB_CFB_FILLRECT
  647. select FB_CFB_COPYAREA
  648. select FB_CFB_IMAGEBLIT
  649. help
  650. This driver supports graphics boards with the nVidia Riva/Geforce
  651. chips.
  652. Say Y if you have such a graphics board.
  653. To compile this driver as a module, choose M here: the
  654. module will be called rivafb.
  655. config FB_RIVA_I2C
  656. bool "Enable DDC Support"
  657. depends on FB_RIVA
  658. help
  659. This enables I2C support for nVidia Chipsets. This is used
  660. only for getting EDID information from the attached display
  661. allowing for robust video mode handling and switching.
  662. Because fbdev-2.6 requires that drivers must be able to
  663. independently validate video mode parameters, you should say Y
  664. here.
  665. config FB_RIVA_DEBUG
  666. bool "Lots of debug output from Riva(nVidia) driver"
  667. depends on FB_RIVA
  668. default n
  669. help
  670. Say Y here if you want the Riva driver to output all sorts
  671. of debugging information to provide to the maintainer when
  672. something goes wrong.
  673. config FB_RIVA_BACKLIGHT
  674. bool "Support for backlight control"
  675. depends on FB_RIVA && PMAC_BACKLIGHT
  676. select FB_BACKLIGHT
  677. default y
  678. help
  679. Say Y here if you want to control the backlight of your display.
  680. config FB_I810
  681. tristate "Intel 810/815 support (EXPERIMENTAL)"
  682. depends on FB && EXPERIMENTAL && PCI && X86_32
  683. select AGP
  684. select AGP_INTEL
  685. select FB_MODE_HELPERS
  686. select FB_CFB_FILLRECT
  687. select FB_CFB_COPYAREA
  688. select FB_CFB_IMAGEBLIT
  689. help
  690. This driver supports the on-board graphics built in to the Intel 810
  691. and 815 chipsets. Say Y if you have and plan to use such a board.
  692. To compile this driver as a module, choose M here: the
  693. module will be called i810fb.
  694. For more information, please read
  695. <file:Documentation/fb/intel810.txt>
  696. config FB_I810_GTF
  697. bool "use VESA Generalized Timing Formula"
  698. depends on FB_I810
  699. help
  700. If you say Y, then the VESA standard, Generalized Timing Formula
  701. or GTF, will be used to calculate the required video timing values
  702. per video mode. Since the GTF allows nondiscrete timings
  703. (nondiscrete being a range of values as opposed to discrete being a
  704. set of values), you'll be able to use any combination of horizontal
  705. and vertical resolutions, and vertical refresh rates without having
  706. to specify your own timing parameters. This is especially useful
  707. to maximize the performance of an aging display, or if you just
  708. have a display with nonstandard dimensions. A VESA compliant
  709. monitor is recommended, but can still work with non-compliant ones.
  710. If you need or want this, then select this option. The timings may
  711. not be compliant with Intel's recommended values. Use at your own
  712. risk.
  713. If you say N, the driver will revert to discrete video timings
  714. using a set recommended by Intel in their documentation.
  715. If unsure, say N.
  716. config FB_I810_I2C
  717. bool "Enable DDC Support"
  718. depends on FB_I810 && FB_I810_GTF
  719. select I2C
  720. select I2C_ALGOBIT
  721. select FB_DDC
  722. help
  723. config FB_INTEL
  724. tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
  725. depends on FB && EXPERIMENTAL && PCI && X86
  726. select AGP
  727. select AGP_INTEL
  728. select I2C_ALGOBIT if FB_INTEL_I2C
  729. select I2C if FB_INTEL_I2C
  730. select FB_MODE_HELPERS
  731. select FB_CFB_FILLRECT
  732. select FB_CFB_COPYAREA
  733. select FB_CFB_IMAGEBLIT
  734. help
  735. This driver supports the on-board graphics built in to the Intel
  736. 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
  737. Say Y if you have and plan to use such a board.
  738. If you say Y here and want DDC/I2C support you must first say Y to
  739. "I2C support" and "I2C bit-banging support" in the character devices
  740. section.
  741. If you say M here then "I2C support" and "I2C bit-banging support"
  742. can be build either as modules or built-in.
  743. To compile this driver as a module, choose M here: the
  744. module will be called intelfb.
  745. For more information, please read <file:Documentation/fb/intelfb.txt>
  746. config FB_INTEL_DEBUG
  747. bool "Intel driver Debug Messages"
  748. depends on FB_INTEL
  749. ---help---
  750. Say Y here if you want the Intel driver to output all sorts
  751. of debugging information to provide to the maintainer when
  752. something goes wrong.
  753. config FB_INTEL_I2C
  754. bool "DDC/I2C for Intel framebuffer support"
  755. depends on FB_INTEL
  756. default y
  757. help
  758. Say Y here if you want DDC/I2C support for your on-board Intel graphics.
  759. config FB_MATROX
  760. tristate "Matrox acceleration"
  761. depends on FB && PCI
  762. select FB_CFB_FILLRECT
  763. select FB_CFB_COPYAREA
  764. select FB_CFB_IMAGEBLIT
  765. select FB_TILEBLITTING
  766. select FB_MACMODES if PPC_PMAC
  767. ---help---
  768. Say Y here if you have a Matrox Millennium, Matrox Millennium II,
  769. Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
  770. Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
  771. Matrox G400, G450 or G550 card in your box.
  772. To compile this driver as a module, choose M here: the
  773. module will be called matroxfb.
  774. You can pass several parameters to the driver at boot time or at
  775. module load time. The parameters look like "video=matrox:XXX", and
  776. are described in <file:Documentation/fb/matroxfb.txt>.
  777. config FB_MATROX_MILLENIUM
  778. bool "Millennium I/II support"
  779. depends on FB_MATROX
  780. help
  781. Say Y here if you have a Matrox Millennium or Matrox Millennium II
  782. video card. If you select "Advanced lowlevel driver options" below,
  783. you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
  784. packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
  785. also use font widths different from 8.
  786. config FB_MATROX_MYSTIQUE
  787. bool "Mystique support"
  788. depends on FB_MATROX
  789. help
  790. Say Y here if you have a Matrox Mystique or Matrox Mystique 220
  791. video card. If you select "Advanced lowlevel driver options" below,
  792. you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
  793. packed pixel and 32 bpp packed pixel. You can also use font widths
  794. different from 8.
  795. config FB_MATROX_G
  796. bool "G100/G200/G400/G450/G550 support"
  797. depends on FB_MATROX
  798. ---help---
  799. Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
  800. video card. If you select "Advanced lowlevel driver options", you
  801. should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
  802. pixel and 32 bpp packed pixel. You can also use font widths
  803. different from 8.
  804. If you need support for G400 secondary head, you must first say Y to
  805. "I2C support" in the character devices section, and then to
  806. "Matrox I2C support" and "G400 second head support" here in the
  807. framebuffer section. G450/G550 secondary head and digital output
  808. are supported without additional modules.
  809. The driver starts in monitor mode. You must use the matroxset tool
  810. (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
  811. swap primary and secondary head outputs, or to change output mode.
  812. Secondary head driver always start in 640x480 resolution and you
  813. must use fbset to change it.
  814. Do not forget that second head supports only 16 and 32 bpp
  815. packed pixels, so it is a good idea to compile them into the kernel
  816. too. You can use only some font widths, as the driver uses generic
  817. painting procedures (the secondary head does not use acceleration
  818. engine).
  819. G450/G550 hardware can display TV picture only from secondary CRTC,
  820. and it performs no scaling, so picture must have 525 or 625 lines.
  821. config FB_MATROX_I2C
  822. tristate "Matrox I2C support"
  823. depends on FB_MATROX && I2C
  824. select I2C_ALGOBIT
  825. ---help---
  826. This drivers creates I2C buses which are needed for accessing the
  827. DDC (I2C) bus present on all Matroxes, an I2C bus which
  828. interconnects Matrox optional devices, like MGA-TVO on G200 and
  829. G400, and the secondary head DDC bus, present on G400 only.
  830. You can say Y or M here if you want to experiment with monitor
  831. detection code. You must say Y or M here if you want to use either
  832. second head of G400 or MGA-TVO on G200 or G400.
  833. If you compile it as module, it will create a module named
  834. i2c-matroxfb.
  835. config FB_MATROX_MAVEN
  836. tristate "G400 second head support"
  837. depends on FB_MATROX_G && FB_MATROX_I2C
  838. ---help---
  839. WARNING !!! This support does not work with G450 !!!
  840. Say Y or M here if you want to use a secondary head (meaning two
  841. monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
  842. head is not compatible with accelerated XFree 3.3.x SVGA servers -
  843. secondary head output is blanked while you are in X. With XFree
  844. 3.9.17 preview you can use both heads if you use SVGA over fbdev or
  845. the fbdev driver on first head and the fbdev driver on second head.
  846. If you compile it as module, two modules are created,
  847. matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
  848. both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
  849. also load i2c-matroxfb to get it to run.
  850. The driver starts in monitor mode and you must use the matroxset
  851. tool (available at
  852. <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
  853. PAL or NTSC or to swap primary and secondary head outputs.
  854. Secondary head driver also always start in 640x480 resolution, you
  855. must use fbset to change it.
  856. Also do not forget that second head supports only 16 and 32 bpp
  857. packed pixels, so it is a good idea to compile them into the kernel
  858. too. You can use only some font widths, as the driver uses generic
  859. painting procedures (the secondary head does not use acceleration
  860. engine).
  861. config FB_MATROX_MULTIHEAD
  862. bool "Multihead support"
  863. depends on FB_MATROX
  864. ---help---
  865. Say Y here if you have more than one (supported) Matrox device in
  866. your computer and you want to use all of them for different monitors
  867. ("multihead"). If you have only one device, you should say N because
  868. the driver compiled with Y is larger and a bit slower, especially on
  869. ia32 (ix86).
  870. If you said M to "Matrox unified accelerated driver" and N here, you
  871. will still be able to use several Matrox devices simultaneously:
  872. insert several instances of the module matroxfb into the kernel
  873. with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
  874. for the different Matrox devices. This method is slightly faster but
  875. uses 40 KB of kernel memory per Matrox card.
  876. There is no need for enabling 'Matrox multihead support' if you have
  877. only one Matrox card in the box.
  878. config FB_RADEON
  879. tristate "ATI Radeon display support"
  880. depends on FB && PCI
  881. select I2C_ALGOBIT if FB_RADEON_I2C
  882. select I2C if FB_RADEON_I2C
  883. select FB_DDC if FB_RADEON_I2C
  884. select FB_MODE_HELPERS
  885. select FB_CFB_FILLRECT
  886. select FB_CFB_COPYAREA
  887. select FB_CFB_IMAGEBLIT
  888. select FB_MACMODES if PPC_OF
  889. help
  890. Choose this option if you want to use an ATI Radeon graphics card as
  891. a framebuffer device. There are both PCI and AGP versions. You
  892. don't need to choose this to run the Radeon in plain VGA mode.
  893. If you say Y here and want DDC/I2C support you must first say Y to
  894. "I2C support" and "I2C bit-banging support" in the character devices
  895. section.
  896. If you say M here then "I2C support" and "I2C bit-banging support"
  897. can be build either as modules or built-in.
  898. There is a product page at
  899. http://apps.ati.com/ATIcompare/
  900. config FB_RADEON_I2C
  901. bool "DDC/I2C for ATI Radeon support"
  902. depends on FB_RADEON
  903. default y
  904. help
  905. Say Y here if you want DDC/I2C support for your Radeon board.
  906. config FB_RADEON_BACKLIGHT
  907. bool "Support for backlight control"
  908. depends on FB_RADEON && PMAC_BACKLIGHT
  909. select FB_BACKLIGHT
  910. default y
  911. help
  912. Say Y here if you want to control the backlight of your display.
  913. config FB_RADEON_DEBUG
  914. bool "Lots of debug output from Radeon driver"
  915. depends on FB_RADEON
  916. default n
  917. help
  918. Say Y here if you want the Radeon driver to output all sorts
  919. of debugging information to provide to the maintainer when
  920. something goes wrong.
  921. config FB_ATY128
  922. tristate "ATI Rage128 display support"
  923. depends on FB && PCI
  924. select FB_CFB_FILLRECT
  925. select FB_CFB_COPYAREA
  926. select FB_CFB_IMAGEBLIT
  927. select FB_MACMODES if PPC_PMAC
  928. help
  929. This driver supports graphics boards with the ATI Rage128 chips.
  930. Say Y if you have such a graphics board and read
  931. <file:Documentation/fb/aty128fb.txt>.
  932. To compile this driver as a module, choose M here: the
  933. module will be called aty128fb.
  934. config FB_ATY128_BACKLIGHT
  935. bool "Support for backlight control"
  936. depends on FB_ATY128 && PMAC_BACKLIGHT
  937. select FB_BACKLIGHT
  938. default y
  939. help
  940. Say Y here if you want to control the backlight of your display.
  941. config FB_ATY
  942. tristate "ATI Mach64 display support" if PCI || ATARI
  943. depends on FB && !SPARC32
  944. select FB_CFB_FILLRECT
  945. select FB_CFB_COPYAREA
  946. select FB_CFB_IMAGEBLIT
  947. select FB_MACMODES if PPC
  948. help
  949. This driver supports graphics boards with the ATI Mach64 chips.
  950. Say Y if you have such a graphics board.
  951. To compile this driver as a module, choose M here: the
  952. module will be called atyfb.
  953. config FB_ATY_CT
  954. bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
  955. depends on PCI && FB_ATY
  956. default y if SPARC64 && FB_PCI
  957. help
  958. Say Y here to support use of ATI's 64-bit Rage boards (or other
  959. boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
  960. framebuffer device. The ATI product support page for these boards
  961. is at <http://support.ati.com/products/pc/mach64/>.
  962. config FB_ATY_GENERIC_LCD
  963. bool "Mach64 generic LCD support (EXPERIMENTAL)"
  964. depends on FB_ATY_CT
  965. help
  966. Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
  967. Rage XC, or Rage XL chipset.
  968. config FB_ATY_GX
  969. bool "Mach64 GX support" if PCI
  970. depends on FB_ATY
  971. default y if ATARI
  972. help
  973. Say Y here to support use of the ATI Mach64 Graphics Expression
  974. board (or other boards based on the Mach64 GX chipset) as a
  975. framebuffer device. The ATI product support page for these boards
  976. is at
  977. <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
  978. config FB_ATY_BACKLIGHT
  979. bool "Support for backlight control"
  980. depends on FB_ATY && PMAC_BACKLIGHT
  981. select FB_BACKLIGHT
  982. default y
  983. help
  984. Say Y here if you want to control the backlight of your display.
  985. config FB_S3TRIO
  986. bool "S3 Trio display support"
  987. depends on (FB = y) && PPC && BROKEN
  988. help
  989. If you have a S3 Trio say Y. Say N for S3 Virge.
  990. config FB_SAVAGE
  991. tristate "S3 Savage support"
  992. depends on FB && PCI && EXPERIMENTAL
  993. select I2C_ALGOBIT if FB_SAVAGE_I2C
  994. select I2C if FB_SAVAGE_I2C
  995. select FB_DDC if FB_SAVAGE_I2C
  996. select FB_MODE_HELPERS
  997. select FB_CFB_FILLRECT
  998. select FB_CFB_COPYAREA
  999. select FB_CFB_IMAGEBLIT
  1000. help
  1001. This driver supports notebooks and computers with S3 Savage PCI/AGP
  1002. chips.
  1003. Say Y if you have such a graphics card.
  1004. To compile this driver as a module, choose M here; the module
  1005. will be called savagefb.
  1006. config FB_SAVAGE_I2C
  1007. bool "Enable DDC2 Support"
  1008. depends on FB_SAVAGE
  1009. help
  1010. This enables I2C support for S3 Savage Chipsets. This is used
  1011. only for getting EDID information from the attached display
  1012. allowing for robust video mode handling and switching.
  1013. Because fbdev-2.6 requires that drivers must be able to
  1014. independently validate video mode parameters, you should say Y
  1015. here.
  1016. config FB_SAVAGE_ACCEL
  1017. bool "Enable Console Acceleration"
  1018. depends on FB_SAVAGE
  1019. default n
  1020. help
  1021. This option will compile in console acceleration support. If
  1022. the resulting framebuffer console has bothersome glitches, then
  1023. choose N here.
  1024. config FB_SIS
  1025. tristate "SiS/XGI display support"
  1026. depends on FB && PCI
  1027. select FB_CFB_FILLRECT
  1028. select FB_CFB_COPYAREA
  1029. select FB_CFB_IMAGEBLIT
  1030. help
  1031. This is the frame buffer device driver for the SiS 300, 315, 330
  1032. and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
  1033. Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
  1034. To compile this driver as a module, choose M here; the module
  1035. will be called sisfb.
  1036. config FB_SIS_300
  1037. bool "SiS 300 series support"
  1038. depends on FB_SIS
  1039. help
  1040. Say Y here to support use of the SiS 300/305, 540, 630 and 730.
  1041. config FB_SIS_315
  1042. bool "SiS 315/330/340 series and XGI support"
  1043. depends on FB_SIS
  1044. help
  1045. Say Y here to support use of the SiS 315, 330 and 340 series
  1046. (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
  1047. as XGI V3XT, V5, V8 and Z7.
  1048. config FB_NEOMAGIC
  1049. tristate "NeoMagic display support"
  1050. depends on FB && PCI
  1051. select FB_MODE_HELPERS
  1052. select FB_CFB_FILLRECT
  1053. select FB_CFB_COPYAREA
  1054. select FB_CFB_IMAGEBLIT
  1055. help
  1056. This driver supports notebooks with NeoMagic PCI chips.
  1057. Say Y if you have such a graphics card.
  1058. To compile this driver as a module, choose M here: the
  1059. module will be called neofb.
  1060. config FB_KYRO
  1061. tristate "IMG Kyro support"
  1062. depends on FB && PCI
  1063. select FB_CFB_FILLRECT
  1064. select FB_CFB_COPYAREA
  1065. select FB_CFB_IMAGEBLIT
  1066. help
  1067. Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
  1068. graphics board.
  1069. To compile this driver as a module, choose M here: the
  1070. module will be called kyrofb.
  1071. config FB_3DFX
  1072. tristate "3Dfx Banshee/Voodoo3 display support"
  1073. depends on FB && PCI
  1074. select FB_CFB_IMAGEBLIT
  1075. select FB_CFB_FILLRECT
  1076. select FB_CFB_COPYAREA
  1077. help
  1078. This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
  1079. chips. Say Y if you have such a graphics board.
  1080. To compile this driver as a module, choose M here: the
  1081. module will be called tdfxfb.
  1082. config FB_3DFX_ACCEL
  1083. bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
  1084. depends on FB_3DFX && EXPERIMENTAL
  1085. ---help---
  1086. This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
  1087. with acceleration functions.
  1088. config FB_VOODOO1
  1089. tristate "3Dfx Voodoo Graphics (sst1) support"
  1090. depends on FB && PCI
  1091. select FB_CFB_FILLRECT
  1092. select FB_CFB_COPYAREA
  1093. select FB_CFB_IMAGEBLIT
  1094. ---help---
  1095. Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
  1096. Voodoo2 (cvg) based graphics card.
  1097. To compile this driver as a module, choose M here: the
  1098. module will be called sstfb.
  1099. WARNING: Do not use any application that uses the 3D engine
  1100. (namely glide) while using this driver.
  1101. Please read the <file:Documentation/fb/README-sstfb.txt> for supported
  1102. options and other important info support.
  1103. config FB_CYBLA
  1104. tristate "Cyberblade/i1 support"
  1105. depends on FB && PCI && X86_32 && !64BIT
  1106. select FB_CFB_IMAGEBLIT
  1107. select VIDEO_SELECT
  1108. ---help---
  1109. This driver is supposed to support the Trident Cyberblade/i1
  1110. graphics core integrated in the VIA VT8601A North Bridge,
  1111. also known as VIA Apollo PLE133.
  1112. Status:
  1113. - Developed, tested and working on EPIA 5000 and EPIA 800.
  1114. - Does work reliable on all systems with CRT/LCD connected to
  1115. normal VGA ports.
  1116. - Should work on systems that do use the internal LCD port, but
  1117. this is absolutely not tested.
  1118. Character imageblit, copyarea and rectangle fill are hw accelerated,
  1119. ypan scrolling is used by default.
  1120. Please do read <file:Documentation/fb/cyblafb/*>.
  1121. To compile this driver as a module, choose M here: the
  1122. module will be called cyblafb.
  1123. config FB_TRIDENT
  1124. tristate "Trident support"
  1125. depends on FB && PCI
  1126. select FB_CFB_FILLRECT
  1127. select FB_CFB_COPYAREA
  1128. select FB_CFB_IMAGEBLIT
  1129. ---help---
  1130. This driver is supposed to support graphics boards with the
  1131. Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
  1132. but also on some motherboards. For more information, read
  1133. <file:Documentation/fb/tridentfb.txt>
  1134. Cyberblade/i1 support will be removed soon, use the cyblafb driver
  1135. instead.
  1136. Say Y if you have such a graphics board.
  1137. To compile this driver as a module, choose M here: the
  1138. module will be called tridentfb.
  1139. config FB_TRIDENT_ACCEL
  1140. bool "Trident Acceleration functions (EXPERIMENTAL)"
  1141. depends on FB_TRIDENT && EXPERIMENTAL
  1142. ---help---
  1143. This will compile the Trident frame buffer device with
  1144. acceleration functions.
  1145. config FB_PM3
  1146. tristate "Permedia3 support"
  1147. depends on FB && PCI && BROKEN
  1148. help
  1149. This is the frame buffer device driver for the 3DLabs Permedia3
  1150. chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
  1151. similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
  1152. and maybe other boards.
  1153. config FB_AU1100
  1154. bool "Au1100 LCD Driver"
  1155. depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
  1156. config FB_AU1200
  1157. bool "Au1200 LCD Driver"
  1158. depends on FB && MIPS && SOC_AU1200
  1159. select FB_CFB_FILLRECT
  1160. select FB_CFB_COPYAREA
  1161. select FB_CFB_IMAGEBLIT
  1162. help
  1163. This is the framebuffer driver for the AMD Au1200 SOC. It can drive
  1164. various panels and CRTs by passing in kernel cmd line option
  1165. au1200fb:panel=<name>.
  1166. source "drivers/video/geode/Kconfig"
  1167. config FB_FFB
  1168. bool "Creator/Creator3D/Elite3D support"
  1169. depends on FB_SBUS && SPARC64
  1170. select FB_CFB_COPYAREA
  1171. select FB_CFB_IMAGEBLIT
  1172. help
  1173. This is the frame buffer device driver for the Creator, Creator3D,
  1174. and Elite3D graphics boards.
  1175. config FB_TCX
  1176. bool "TCX (SS4/SS5 only) support"
  1177. depends on FB_SBUS
  1178. select FB_CFB_FILLRECT
  1179. select FB_CFB_COPYAREA
  1180. select FB_CFB_IMAGEBLIT
  1181. help
  1182. This is the frame buffer device driver for the TCX 24/8bit frame
  1183. buffer.
  1184. config FB_CG14
  1185. bool "CGfourteen (SX) support"
  1186. depends on FB_SBUS
  1187. select FB_CFB_FILLRECT
  1188. select FB_CFB_COPYAREA
  1189. select FB_CFB_IMAGEBLIT
  1190. help
  1191. This is the frame buffer device driver for the CGfourteen frame
  1192. buffer on Desktop SPARCsystems with the SX graphics option.
  1193. config FB_P9100
  1194. bool "P9100 (Sparcbook 3 only) support"
  1195. depends on FB_SBUS
  1196. select FB_CFB_FILLRECT
  1197. select FB_CFB_COPYAREA
  1198. select FB_CFB_IMAGEBLIT
  1199. help
  1200. This is the frame buffer device driver for the P9100 card
  1201. supported on Sparcbook 3 machines.
  1202. config FB_LEO
  1203. bool "Leo (ZX) support"
  1204. depends on FB_SBUS
  1205. select FB_CFB_FILLRECT
  1206. select FB_CFB_COPYAREA
  1207. select FB_CFB_IMAGEBLIT
  1208. help
  1209. This is the frame buffer device driver for the SBUS-based Sun ZX
  1210. (leo) frame buffer cards.
  1211. config FB_PCI
  1212. bool "PCI framebuffers"
  1213. depends on (FB = y) && PCI && SPARC
  1214. config FB_IGA
  1215. bool "IGA 168x display support"
  1216. depends on SPARC32 && FB_PCI
  1217. select FB_CFB_FILLRECT
  1218. select FB_CFB_COPYAREA
  1219. select FB_CFB_IMAGEBLIT
  1220. help
  1221. This is the framebuffer device for the INTERGRAPHICS 1680 and
  1222. successor frame buffer cards.
  1223. config FB_HIT
  1224. tristate "HD64461 Frame Buffer support"
  1225. depends on FB && HD64461
  1226. select FB_CFB_FILLRECT
  1227. select FB_CFB_COPYAREA
  1228. select FB_CFB_IMAGEBLIT
  1229. help
  1230. This is the frame buffer device driver for the Hitachi HD64461 LCD
  1231. frame buffer card.
  1232. config FB_PMAG_AA
  1233. bool "PMAG-AA TURBOchannel framebuffer support"
  1234. depends on (FB = y) && TC
  1235. select FB_CFB_FILLRECT
  1236. select FB_CFB_COPYAREA
  1237. select FB_CFB_IMAGEBLIT
  1238. help
  1239. Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
  1240. used mainly in the MIPS-based DECstation series.
  1241. config FB_PMAG_BA
  1242. bool "PMAG-BA TURBOchannel framebuffer support"
  1243. depends on (FB = y) && TC
  1244. select FB_CFB_FILLRECT
  1245. select FB_CFB_COPYAREA
  1246. select FB_CFB_IMAGEBLIT
  1247. help
  1248. Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
  1249. used mainly in the MIPS-based DECstation series.
  1250. config FB_PMAGB_B
  1251. bool "PMAGB-B TURBOchannel framebuffer support"
  1252. depends on (FB = y) && TC
  1253. select FB_CFB_FILLRECT
  1254. select FB_CFB_COPYAREA
  1255. select FB_CFB_IMAGEBLIT
  1256. help
  1257. Support for the PMAGB-B TURBOchannel framebuffer card used mainly
  1258. in the MIPS-based DECstation series. The card is currently only
  1259. supported in 1280x1024x8 mode.
  1260. config FB_MAXINE
  1261. bool "Maxine (Personal DECstation) onboard framebuffer support"
  1262. depends on (FB = y) && MACH_DECSTATION
  1263. select FB_CFB_FILLRECT
  1264. select FB_CFB_COPYAREA
  1265. select FB_CFB_IMAGEBLIT
  1266. help
  1267. Support for the onboard framebuffer (1024x768x8) in the Personal
  1268. DECstation series (Personal DECstation 5000/20, /25, /33, /50,
  1269. Codename "Maxine").
  1270. config FB_TX3912
  1271. bool "TMPTX3912/PR31700 frame buffer support"
  1272. depends on (FB = y) && NINO
  1273. select FB_CFB_FILLRECT
  1274. select FB_CFB_COPYAREA
  1275. select FB_CFB_IMAGEBLIT
  1276. help
  1277. The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
  1278. see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
  1279. Say Y here to enable kernel support for the on-board framebuffer.
  1280. config FB_G364
  1281. bool "G364 frame buffer support"
  1282. depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
  1283. select FB_CFB_FILLRECT
  1284. select FB_CFB_COPYAREA
  1285. select FB_CFB_IMAGEBLIT
  1286. help
  1287. The G364 driver is the framebuffer used in MIPS Magnum 4000 and
  1288. Olivetti M700-10 systems.
  1289. config FB_68328
  1290. bool "Motorola 68328 native frame buffer support"
  1291. depends on FB && (M68328 || M68EZ328 || M68VZ328)
  1292. select FB_CFB_FILLRECT
  1293. select FB_CFB_COPYAREA
  1294. select FB_CFB_IMAGEBLIT
  1295. help
  1296. Say Y here if you want to support the built-in frame buffer of
  1297. the Motorola 68328 CPU family.
  1298. config FB_PXA
  1299. tristate "PXA LCD framebuffer support"
  1300. depends on FB && ARCH_PXA
  1301. select FB_CFB_FILLRECT
  1302. select FB_CFB_COPYAREA
  1303. select FB_CFB_IMAGEBLIT
  1304. ---help---
  1305. Frame buffer driver for the built-in LCD controller in the Intel
  1306. PXA2x0 processor.
  1307. This driver is also available as a module ( = code which can be
  1308. inserted and removed from the running kernel whenever you want). The
  1309. module will be called pxafb. If you want to compile it as a module,
  1310. say M here and read <file:Documentation/modules.txt>.
  1311. If unsure, say N.
  1312. config FB_PXA_PARAMETERS
  1313. bool "PXA LCD command line parameters"
  1314. default n
  1315. depends on FB_PXA
  1316. ---help---
  1317. Enable the use of kernel command line or module parameters
  1318. to configure the physical properties of the LCD panel when
  1319. using the PXA LCD driver.
  1320. This option allows you to override the panel parameters
  1321. supplied by the platform in order to support multiple
  1322. different models of flatpanel. If you will only be using a
  1323. single model of flatpanel then you can safely leave this
  1324. option disabled.
  1325. <file:Documentation/fb/pxafb.txt> describes the available parameters.
  1326. config FB_MBX
  1327. tristate "2700G LCD framebuffer support"
  1328. depends on FB && ARCH_PXA
  1329. select FB_CFB_FILLRECT
  1330. select FB_CFB_COPYAREA
  1331. select FB_CFB_IMAGEBLIT
  1332. ---help---
  1333. Framebuffer driver for the Intel 2700G (Marathon) Graphics
  1334. Accelerator
  1335. config FB_MBX_DEBUG
  1336. bool "Enable debugging info via debugfs"
  1337. depends on FB_MBX && DEBUG_FS
  1338. default n
  1339. ---help---
  1340. Enable this if you want debugging information using the debug
  1341. filesystem (debugfs)
  1342. If unsure, say N.
  1343. config FB_W100
  1344. tristate "W100 frame buffer support"
  1345. depends on FB && PXA_SHARPSL
  1346. select FB_CFB_FILLRECT
  1347. select FB_CFB_COPYAREA
  1348. select FB_CFB_IMAGEBLIT
  1349. ---help---
  1350. Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
  1351. This driver is also available as a module ( = code which can be
  1352. inserted and removed from the running kernel whenever you want). The
  1353. module will be called w100fb. If you want to compile it as a module,
  1354. say M here and read <file:Documentation/modules.txt>.
  1355. If unsure, say N.
  1356. config FB_S3C2410
  1357. tristate "S3C2410 LCD framebuffer support"
  1358. depends on FB && ARCH_S3C2410
  1359. select FB_CFB_FILLRECT
  1360. select FB_CFB_COPYAREA
  1361. select FB_CFB_IMAGEBLIT
  1362. ---help---
  1363. Frame buffer driver for the built-in LCD controller in the Samsung
  1364. S3C2410 processor.
  1365. This driver is also available as a module ( = code which can be
  1366. inserted and removed from the running kernel whenever you want). The
  1367. module will be called s3c2410fb. If you want to compile it as a module,
  1368. say M here and read <file:Documentation/modules.txt>.
  1369. If unsure, say N.
  1370. config FB_S3C2410_DEBUG
  1371. bool "S3C2410 lcd debug messages"
  1372. depends on FB_S3C2410
  1373. help
  1374. Turn on debugging messages. Note that you can set/unset at run time
  1375. through sysfs
  1376. config FB_PNX4008_DUM
  1377. tristate "Display Update Module support on Philips PNX4008 board"
  1378. depends on FB && ARCH_PNX4008
  1379. ---help---
  1380. Say Y here to enable support for PNX4008 Display Update Module (DUM)
  1381. config FB_PNX4008_DUM_RGB
  1382. tristate "RGB Framebuffer support on Philips PNX4008 board"
  1383. depends on FB_PNX4008_DUM
  1384. select FB_CFB_FILLRECT
  1385. select FB_CFB_COPYAREA
  1386. select FB_CFB_IMAGEBLIT
  1387. ---help---
  1388. Say Y here to enable support for PNX4008 RGB Framebuffer
  1389. config FB_VIRTUAL
  1390. tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
  1391. depends on FB
  1392. select FB_CFB_FILLRECT
  1393. select FB_CFB_COPYAREA
  1394. select FB_CFB_IMAGEBLIT
  1395. ---help---
  1396. This is a `virtual' frame buffer device. It operates on a chunk of
  1397. unswappable kernel memory instead of on the memory of a graphics
  1398. board. This means you cannot see any output sent to this frame
  1399. buffer device, while it does consume precious memory. The main use
  1400. of this frame buffer device is testing and debugging the frame
  1401. buffer subsystem. Do NOT enable it for normal systems! To protect
  1402. the innocent, it has to be enabled explicitly at boot time using the
  1403. kernel option `video=vfb:'.
  1404. To compile this driver as a module, choose M here: the
  1405. module will be called vfb. In order to load it, you must use
  1406. the vfb_enable=1 option.
  1407. If unsure, say N.
  1408. if VT
  1409. source "drivers/video/console/Kconfig"
  1410. endif
  1411. if FB || SGI_NEWPORT_CONSOLE
  1412. source "drivers/video/logo/Kconfig"
  1413. endif
  1414. if SYSFS
  1415. source "drivers/video/backlight/Kconfig"
  1416. endif
  1417. endmenu