Kconfig 53 KB

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