Kconfig 55 KB

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