Kconfig 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702
  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 framebuffer support"
  455. depends on FB && ALPHA
  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 graphic
  462. cards. Say Y if you have one of those.
  463. config FB_VESA
  464. bool "VESA VGA graphics support"
  465. depends on (FB = y) && X86
  466. select FB_CFB_FILLRECT
  467. select FB_CFB_COPYAREA
  468. select FB_CFB_IMAGEBLIT
  469. select VIDEO_SELECT
  470. help
  471. This is the frame buffer device driver for generic VESA 2.0
  472. compliant graphic cards. The older VESA 1.2 cards are not supported.
  473. You will get a boot time penguin logo at no additional cost. Please
  474. read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
  475. config FB_IMAC
  476. bool "Intel-based Macintosh Framebuffer Support"
  477. depends on (FB = y) && X86 && EFI
  478. select FB_CFB_FILLRECT
  479. select FB_CFB_COPYAREA
  480. select FB_CFB_IMAGEBLIT
  481. help
  482. This is the frame buffer device driver for the Intel-based Macintosh
  483. config FB_HGA
  484. tristate "Hercules mono graphics support"
  485. depends on FB && X86
  486. select FB_CFB_FILLRECT
  487. select FB_CFB_COPYAREA
  488. select FB_CFB_IMAGEBLIT
  489. help
  490. Say Y here if you have a Hercules mono graphics card.
  491. To compile this driver as a module, choose M here: the
  492. module will be called hgafb.
  493. As this card technology is 15 years old, most people will answer N
  494. here.
  495. config FB_HGA_ACCEL
  496. bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
  497. depends on FB_HGA && EXPERIMENTAL
  498. ---help---
  499. This will compile the Hercules mono graphics with
  500. acceleration functions.
  501. config FB_SGIVW
  502. tristate "SGI Visual Workstation framebuffer support"
  503. depends on FB && X86_VISWS
  504. select FB_CFB_FILLRECT
  505. select FB_CFB_COPYAREA
  506. select FB_CFB_IMAGEBLIT
  507. help
  508. SGI Visual Workstation support for framebuffer graphics.
  509. config FB_GBE
  510. bool "SGI Graphics Backend frame buffer support"
  511. depends on (FB = y) && (SGI_IP32 || X86_VISWS)
  512. select FB_CFB_FILLRECT
  513. select FB_CFB_COPYAREA
  514. select FB_CFB_IMAGEBLIT
  515. help
  516. This is the frame buffer device driver for SGI Graphics Backend.
  517. This chip is used in SGI O2 and Visual Workstation 320/540.
  518. config FB_GBE_MEM
  519. int "Video memory size in MB"
  520. depends on FB_GBE
  521. default 4
  522. help
  523. This is the amount of memory reserved for the framebuffer,
  524. which can be any value between 1MB and 8MB.
  525. config FB_SBUS
  526. bool "SBUS and UPA framebuffers"
  527. depends on (FB = y) && SPARC
  528. help
  529. Say Y if you want support for SBUS or UPA based frame buffer device.
  530. config FB_BW2
  531. bool "BWtwo support"
  532. depends on (FB = y) && (SPARC && FB_SBUS)
  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 the BWtwo frame buffer.
  538. config FB_CG3
  539. bool "CGthree support"
  540. depends on (FB = y) && (SPARC && FB_SBUS)
  541. select FB_CFB_FILLRECT
  542. select FB_CFB_COPYAREA
  543. select FB_CFB_IMAGEBLIT
  544. help
  545. This is the frame buffer device driver for the CGthree frame buffer.
  546. config FB_CG6
  547. bool "CGsix (GX,TurboGX) support"
  548. depends on (FB = y) && (SPARC && FB_SBUS)
  549. select FB_CFB_COPYAREA
  550. select FB_CFB_IMAGEBLIT
  551. help
  552. This is the frame buffer device driver for the CGsix (GX, TurboGX)
  553. frame buffer.
  554. config FB_PVR2
  555. tristate "NEC PowerVR 2 display support"
  556. depends on FB && SH_DREAMCAST
  557. select FB_CFB_FILLRECT
  558. select FB_CFB_COPYAREA
  559. select FB_CFB_IMAGEBLIT
  560. ---help---
  561. Say Y here if you have a PowerVR 2 card in your box. If you plan to
  562. run linux on your Dreamcast, you will have to say Y here.
  563. This driver may or may not work on other PowerVR 2 cards, but is
  564. totally untested. Use at your own risk. If unsure, say N.
  565. To compile this driver as a module, choose M here: the
  566. module will be called pvr2fb.
  567. You can pass several parameters to the driver at boot time or at
  568. module load time. The parameters look like "video=pvr2:XXX", where
  569. the meaning of XXX can be found at the end of the main source file
  570. (<file:drivers/video/pvr2fb.c>). Please see the file
  571. <file:Documentation/fb/pvr2fb.txt>.
  572. config FB_EPSON1355
  573. bool "Epson 1355 framebuffer support"
  574. depends on (FB = y) && (SUPERH || ARCH_CEIVA)
  575. select FB_CFB_FILLRECT
  576. select FB_CFB_COPYAREA
  577. select FB_CFB_IMAGEBLIT
  578. help
  579. Build in support for the SED1355 Epson Research Embedded RAMDAC
  580. LCD/CRT Controller (since redesignated as the S1D13505) as a
  581. framebuffer. Product specs at
  582. <http://www.erd.epson.com/vdc/html/products.htm>.
  583. config FB_S1D13XXX
  584. tristate "Epson S1D13XXX framebuffer support"
  585. depends on FB
  586. select FB_CFB_FILLRECT
  587. select FB_CFB_COPYAREA
  588. select FB_CFB_IMAGEBLIT
  589. help
  590. Support for S1D13XXX framebuffer device family (currently only
  591. working with S1D13806). Product specs at
  592. <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
  593. config FB_NVIDIA
  594. tristate "nVidia Framebuffer Support"
  595. depends on FB && PCI
  596. select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
  597. select FB_MODE_HELPERS
  598. select FB_CFB_FILLRECT
  599. select FB_CFB_COPYAREA
  600. select FB_CFB_IMAGEBLIT
  601. select BITREVERSE
  602. help
  603. This driver supports graphics boards with the nVidia chips, TNT
  604. and newer. For very old chipsets, such as the RIVA128, then use
  605. the rivafb.
  606. Say Y if you have such a graphics board.
  607. To compile this driver as a module, choose M here: the
  608. module will be called nvidiafb.
  609. config FB_NVIDIA_I2C
  610. bool "Enable DDC Support"
  611. depends on FB_NVIDIA
  612. select FB_DDC
  613. help
  614. This enables I2C support for nVidia Chipsets. This is used
  615. only for getting EDID information from the attached display
  616. allowing for robust video mode handling and switching.
  617. Because fbdev-2.6 requires that drivers must be able to
  618. independently validate video mode parameters, you should say Y
  619. here.
  620. config FB_NVIDIA_BACKLIGHT
  621. bool "Support for backlight control"
  622. depends on FB_NVIDIA
  623. default y
  624. help
  625. Say Y here if you want to control the backlight of your display.
  626. config FB_RIVA
  627. tristate "nVidia Riva support"
  628. depends on FB && PCI
  629. select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
  630. select FB_MODE_HELPERS
  631. select FB_CFB_FILLRECT
  632. select FB_CFB_COPYAREA
  633. select FB_CFB_IMAGEBLIT
  634. select BITREVERSE
  635. help
  636. This driver supports graphics boards with the nVidia Riva/Geforce
  637. chips.
  638. Say Y if you have such a graphics board.
  639. To compile this driver as a module, choose M here: the
  640. module will be called rivafb.
  641. config FB_RIVA_I2C
  642. bool "Enable DDC Support"
  643. depends on FB_RIVA
  644. select FB_DDC
  645. help
  646. This enables I2C support for nVidia Chipsets. This is used
  647. only for getting EDID information from the attached display
  648. allowing for robust video mode handling and switching.
  649. Because fbdev-2.6 requires that drivers must be able to
  650. independently validate video mode parameters, you should say Y
  651. here.
  652. config FB_RIVA_DEBUG
  653. bool "Lots of debug output from Riva(nVidia) driver"
  654. depends on FB_RIVA
  655. default n
  656. help
  657. Say Y here if you want the Riva driver to output all sorts
  658. of debugging information to provide to the maintainer when
  659. something goes wrong.
  660. config FB_RIVA_BACKLIGHT
  661. bool "Support for backlight control"
  662. depends on FB_RIVA
  663. default y
  664. help
  665. Say Y here if you want to control the backlight of your display.
  666. config FB_I810
  667. tristate "Intel 810/815 support (EXPERIMENTAL)"
  668. depends on FB && EXPERIMENTAL && PCI && X86_32
  669. select AGP
  670. select AGP_INTEL
  671. select FB_MODE_HELPERS
  672. select FB_CFB_FILLRECT
  673. select FB_CFB_COPYAREA
  674. select FB_CFB_IMAGEBLIT
  675. help
  676. This driver supports the on-board graphics built in to the Intel 810
  677. and 815 chipsets. Say Y if you have and plan to use such a board.
  678. To compile this driver as a module, choose M here: the
  679. module will be called i810fb.
  680. For more information, please read
  681. <file:Documentation/fb/intel810.txt>
  682. config FB_I810_GTF
  683. bool "use VESA Generalized Timing Formula"
  684. depends on FB_I810
  685. help
  686. If you say Y, then the VESA standard, Generalized Timing Formula
  687. or GTF, will be used to calculate the required video timing values
  688. per video mode. Since the GTF allows nondiscrete timings
  689. (nondiscrete being a range of values as opposed to discrete being a
  690. set of values), you'll be able to use any combination of horizontal
  691. and vertical resolutions, and vertical refresh rates without having
  692. to specify your own timing parameters. This is especially useful
  693. to maximize the performance of an aging display, or if you just
  694. have a display with nonstandard dimensions. A VESA compliant
  695. monitor is recommended, but can still work with non-compliant ones.
  696. If you need or want this, then select this option. The timings may
  697. not be compliant with Intel's recommended values. Use at your own
  698. risk.
  699. If you say N, the driver will revert to discrete video timings
  700. using a set recommended by Intel in their documentation.
  701. If unsure, say N.
  702. config FB_I810_I2C
  703. bool "Enable DDC Support"
  704. depends on FB_I810 && FB_I810_GTF
  705. select FB_DDC
  706. help
  707. config FB_INTEL
  708. tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
  709. depends on FB && EXPERIMENTAL && PCI && X86
  710. select AGP
  711. select AGP_INTEL
  712. select FB_MODE_HELPERS
  713. select FB_CFB_FILLRECT
  714. select FB_CFB_COPYAREA
  715. select FB_CFB_IMAGEBLIT
  716. help
  717. This driver supports the on-board graphics built in to the Intel
  718. 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
  719. Say Y if you have and plan to use such a board.
  720. If you say Y here and want DDC/I2C support you must first say Y to
  721. "I2C support" and "I2C bit-banging support" in the character devices
  722. section.
  723. If you say M here then "I2C support" and "I2C bit-banging support"
  724. can be build either as modules or built-in.
  725. To compile this driver as a module, choose M here: the
  726. module will be called intelfb.
  727. For more information, please read <file:Documentation/fb/intelfb.txt>
  728. config FB_INTEL_DEBUG
  729. bool "Intel driver Debug Messages"
  730. depends on FB_INTEL
  731. ---help---
  732. Say Y here if you want the Intel driver to output all sorts
  733. of debugging information to provide to the maintainer when
  734. something goes wrong.
  735. config FB_INTEL_I2C
  736. bool "DDC/I2C for Intel framebuffer support"
  737. depends on FB_INTEL
  738. select FB_DDC
  739. default y
  740. help
  741. Say Y here if you want DDC/I2C support for your on-board Intel graphics.
  742. config FB_MATROX
  743. tristate "Matrox acceleration"
  744. depends on FB && PCI
  745. select FB_CFB_FILLRECT
  746. select FB_CFB_COPYAREA
  747. select FB_CFB_IMAGEBLIT
  748. select FB_TILEBLITTING
  749. select FB_MACMODES if PPC_PMAC
  750. ---help---
  751. Say Y here if you have a Matrox Millennium, Matrox Millennium II,
  752. Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
  753. Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
  754. Matrox G400, G450 or G550 card in your box.
  755. To compile this driver as a module, choose M here: the
  756. module will be called matroxfb.
  757. You can pass several parameters to the driver at boot time or at
  758. module load time. The parameters look like "video=matrox:XXX", and
  759. are described in <file:Documentation/fb/matroxfb.txt>.
  760. config FB_MATROX_MILLENIUM
  761. bool "Millennium I/II support"
  762. depends on FB_MATROX
  763. help
  764. Say Y here if you have a Matrox Millennium or Matrox Millennium II
  765. video card. If you select "Advanced lowlevel driver options" below,
  766. you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
  767. packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
  768. also use font widths different from 8.
  769. config FB_MATROX_MYSTIQUE
  770. bool "Mystique support"
  771. depends on FB_MATROX
  772. help
  773. Say Y here if you have a Matrox Mystique or Matrox Mystique 220
  774. video card. If you select "Advanced lowlevel driver options" below,
  775. you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
  776. packed pixel and 32 bpp packed pixel. You can also use font widths
  777. different from 8.
  778. config FB_MATROX_G
  779. bool "G100/G200/G400/G450/G550 support"
  780. depends on FB_MATROX
  781. ---help---
  782. Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
  783. video card. If you select "Advanced lowlevel driver options", you
  784. should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
  785. pixel and 32 bpp packed pixel. You can also use font widths
  786. different from 8.
  787. If you need support for G400 secondary head, you must first say Y to
  788. "I2C support" in the character devices section, and then to
  789. "Matrox I2C support" and "G400 second head support" here in the
  790. framebuffer section. G450/G550 secondary head and digital output
  791. are supported without additional modules.
  792. The driver starts in monitor mode. You must use the matroxset tool
  793. (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
  794. swap primary and secondary head outputs, or to change output mode.
  795. Secondary head driver always start in 640x480 resolution and you
  796. must use fbset to change it.
  797. Do not forget that second head supports only 16 and 32 bpp
  798. packed pixels, so it is a good idea to compile them into the kernel
  799. too. You can use only some font widths, as the driver uses generic
  800. painting procedures (the secondary head does not use acceleration
  801. engine).
  802. G450/G550 hardware can display TV picture only from secondary CRTC,
  803. and it performs no scaling, so picture must have 525 or 625 lines.
  804. config FB_MATROX_I2C
  805. tristate "Matrox I2C support"
  806. depends on FB_MATROX
  807. select FB_DDC
  808. ---help---
  809. This drivers creates I2C buses which are needed for accessing the
  810. DDC (I2C) bus present on all Matroxes, an I2C bus which
  811. interconnects Matrox optional devices, like MGA-TVO on G200 and
  812. G400, and the secondary head DDC bus, present on G400 only.
  813. You can say Y or M here if you want to experiment with monitor
  814. detection code. You must say Y or M here if you want to use either
  815. second head of G400 or MGA-TVO on G200 or G400.
  816. If you compile it as module, it will create a module named
  817. i2c-matroxfb.
  818. config FB_MATROX_MAVEN
  819. tristate "G400 second head support"
  820. depends on FB_MATROX_G && FB_MATROX_I2C
  821. ---help---
  822. WARNING !!! This support does not work with G450 !!!
  823. Say Y or M here if you want to use a secondary head (meaning two
  824. monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
  825. head is not compatible with accelerated XFree 3.3.x SVGA servers -
  826. secondary head output is blanked while you are in X. With XFree
  827. 3.9.17 preview you can use both heads if you use SVGA over fbdev or
  828. the fbdev driver on first head and the fbdev driver on second head.
  829. If you compile it as module, two modules are created,
  830. matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
  831. both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
  832. also load i2c-matroxfb to get it to run.
  833. The driver starts in monitor mode and you must use the matroxset
  834. tool (available at
  835. <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
  836. PAL or NTSC or to swap primary and secondary head outputs.
  837. Secondary head driver also always start in 640x480 resolution, you
  838. must use fbset to change it.
  839. Also do not forget that second head supports only 16 and 32 bpp
  840. packed pixels, so it is a good idea to compile them into the kernel
  841. too. You can use only some font widths, as the driver uses generic
  842. painting procedures (the secondary head does not use acceleration
  843. engine).
  844. config FB_MATROX_MULTIHEAD
  845. bool "Multihead support"
  846. depends on FB_MATROX
  847. ---help---
  848. Say Y here if you have more than one (supported) Matrox device in
  849. your computer and you want to use all of them for different monitors
  850. ("multihead"). If you have only one device, you should say N because
  851. the driver compiled with Y is larger and a bit slower, especially on
  852. ia32 (ix86).
  853. If you said M to "Matrox unified accelerated driver" and N here, you
  854. will still be able to use several Matrox devices simultaneously:
  855. insert several instances of the module matroxfb into the kernel
  856. with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
  857. for the different Matrox devices. This method is slightly faster but
  858. uses 40 KB of kernel memory per Matrox card.
  859. There is no need for enabling 'Matrox multihead support' if you have
  860. only one Matrox card in the box.
  861. config FB_RADEON
  862. tristate "ATI Radeon display support"
  863. depends on FB && PCI
  864. select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
  865. select FB_MODE_HELPERS
  866. select FB_CFB_FILLRECT
  867. select FB_CFB_COPYAREA
  868. select FB_CFB_IMAGEBLIT
  869. select FB_MACMODES if PPC_OF
  870. help
  871. Choose this option if you want to use an ATI Radeon graphics card as
  872. a framebuffer device. There are both PCI and AGP versions. You
  873. don't need to choose this to run the Radeon in plain VGA mode.
  874. If you say Y here and want DDC/I2C support you must first say Y to
  875. "I2C support" and "I2C bit-banging support" in the character devices
  876. section.
  877. If you say M here then "I2C support" and "I2C bit-banging support"
  878. can be build either as modules or built-in.
  879. There is a product page at
  880. http://apps.ati.com/ATIcompare/
  881. config FB_RADEON_I2C
  882. bool "DDC/I2C for ATI Radeon support"
  883. depends on FB_RADEON
  884. select FB_DDC
  885. default y
  886. help
  887. Say Y here if you want DDC/I2C support for your Radeon board.
  888. config FB_RADEON_BACKLIGHT
  889. bool "Support for backlight control"
  890. depends on FB_RADEON
  891. default y
  892. help
  893. Say Y here if you want to control the backlight of your display.
  894. config FB_RADEON_DEBUG
  895. bool "Lots of debug output from Radeon driver"
  896. depends on FB_RADEON
  897. default n
  898. help
  899. Say Y here if you want the Radeon driver to output all sorts
  900. of debugging information to provide to the maintainer when
  901. something goes wrong.
  902. config FB_ATY128
  903. tristate "ATI Rage128 display support"
  904. depends on FB && PCI
  905. select FB_CFB_FILLRECT
  906. select FB_CFB_COPYAREA
  907. select FB_CFB_IMAGEBLIT
  908. select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
  909. select FB_MACMODES if PPC_PMAC
  910. help
  911. This driver supports graphics boards with the ATI Rage128 chips.
  912. Say Y if you have such a graphics board and read
  913. <file:Documentation/fb/aty128fb.txt>.
  914. To compile this driver as a module, choose M here: the
  915. module will be called aty128fb.
  916. config FB_ATY128_BACKLIGHT
  917. bool "Support for backlight control"
  918. depends on FB_ATY128
  919. default y
  920. help
  921. Say Y here if you want to control the backlight of your display.
  922. config FB_ATY
  923. tristate "ATI Mach64 display support" if PCI || ATARI
  924. depends on FB && !SPARC32
  925. select FB_CFB_FILLRECT
  926. select FB_CFB_COPYAREA
  927. select FB_CFB_IMAGEBLIT
  928. select FB_BACKLIGHT if FB_ATY_BACKLIGHT
  929. select FB_MACMODES if PPC
  930. help
  931. This driver supports graphics boards with the ATI Mach64 chips.
  932. Say Y if you have such a graphics board.
  933. To compile this driver as a module, choose M here: the
  934. module will be called atyfb.
  935. config FB_ATY_CT
  936. bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
  937. depends on PCI && FB_ATY
  938. default y if SPARC64 && FB_PCI
  939. help
  940. Say Y here to support use of ATI's 64-bit Rage boards (or other
  941. boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
  942. framebuffer device. The ATI product support page for these boards
  943. is at <http://support.ati.com/products/pc/mach64/>.
  944. config FB_ATY_GENERIC_LCD
  945. bool "Mach64 generic LCD support (EXPERIMENTAL)"
  946. depends on FB_ATY_CT
  947. help
  948. Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
  949. Rage XC, or Rage XL chipset.
  950. config FB_ATY_GX
  951. bool "Mach64 GX support" if PCI
  952. depends on FB_ATY
  953. default y if ATARI
  954. help
  955. Say Y here to support use of the ATI Mach64 Graphics Expression
  956. board (or other boards based on the Mach64 GX chipset) as a
  957. framebuffer device. The ATI product support page for these boards
  958. is at
  959. <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
  960. config FB_ATY_BACKLIGHT
  961. bool "Support for backlight control"
  962. depends on FB_ATY
  963. default y
  964. help
  965. Say Y here if you want to control the backlight of your display.
  966. config FB_S3
  967. tristate "S3 Trio/Virge support"
  968. depends on FB && PCI
  969. select FB_CFB_FILLRECT
  970. select FB_CFB_COPYAREA
  971. select FB_CFB_IMAGEBLIT
  972. select FB_TILEBLITTING
  973. select FB_SVGALIB
  974. ---help---
  975. Driver for graphics boards with S3 Trio / S3 Virge chip.
  976. config FB_SAVAGE
  977. tristate "S3 Savage support"
  978. depends on FB && PCI && EXPERIMENTAL
  979. select FB_MODE_HELPERS
  980. select FB_CFB_FILLRECT
  981. select FB_CFB_COPYAREA
  982. select FB_CFB_IMAGEBLIT
  983. help
  984. This driver supports notebooks and computers with S3 Savage PCI/AGP
  985. chips.
  986. Say Y if you have such a graphics card.
  987. To compile this driver as a module, choose M here; the module
  988. will be called savagefb.
  989. config FB_SAVAGE_I2C
  990. bool "Enable DDC2 Support"
  991. depends on FB_SAVAGE
  992. select FB_DDC
  993. help
  994. This enables I2C support for S3 Savage Chipsets. This is used
  995. only for getting EDID information from the attached display
  996. allowing for robust video mode handling and switching.
  997. Because fbdev-2.6 requires that drivers must be able to
  998. independently validate video mode parameters, you should say Y
  999. here.
  1000. config FB_SAVAGE_ACCEL
  1001. bool "Enable Console Acceleration"
  1002. depends on FB_SAVAGE
  1003. default n
  1004. help
  1005. This option will compile in console acceleration support. If
  1006. the resulting framebuffer console has bothersome glitches, then
  1007. choose N here.
  1008. config FB_SIS
  1009. tristate "SiS/XGI display support"
  1010. depends on FB && PCI
  1011. select FB_CFB_FILLRECT
  1012. select FB_CFB_COPYAREA
  1013. select FB_CFB_IMAGEBLIT
  1014. help
  1015. This is the frame buffer device driver for the SiS 300, 315, 330
  1016. and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
  1017. Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
  1018. To compile this driver as a module, choose M here; the module
  1019. will be called sisfb.
  1020. config FB_SIS_300
  1021. bool "SiS 300 series support"
  1022. depends on FB_SIS
  1023. help
  1024. Say Y here to support use of the SiS 300/305, 540, 630 and 730.
  1025. config FB_SIS_315
  1026. bool "SiS 315/330/340 series and XGI support"
  1027. depends on FB_SIS
  1028. help
  1029. Say Y here to support use of the SiS 315, 330 and 340 series
  1030. (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
  1031. as XGI V3XT, V5, V8 and Z7.
  1032. config FB_NEOMAGIC
  1033. tristate "NeoMagic display support"
  1034. depends on FB && PCI
  1035. select FB_MODE_HELPERS
  1036. select FB_CFB_FILLRECT
  1037. select FB_CFB_COPYAREA
  1038. select FB_CFB_IMAGEBLIT
  1039. help
  1040. This driver supports notebooks with NeoMagic PCI chips.
  1041. Say Y if you have such a graphics card.
  1042. To compile this driver as a module, choose M here: the
  1043. module will be called neofb.
  1044. config FB_KYRO
  1045. tristate "IMG Kyro support"
  1046. depends on FB && PCI
  1047. select FB_CFB_FILLRECT
  1048. select FB_CFB_COPYAREA
  1049. select FB_CFB_IMAGEBLIT
  1050. help
  1051. Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
  1052. graphics board.
  1053. To compile this driver as a module, choose M here: the
  1054. module will be called kyrofb.
  1055. config FB_3DFX
  1056. tristate "3Dfx Banshee/Voodoo3 display support"
  1057. depends on FB && PCI
  1058. select FB_CFB_IMAGEBLIT
  1059. select FB_CFB_FILLRECT
  1060. select FB_CFB_COPYAREA
  1061. help
  1062. This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
  1063. chips. Say Y if you have such a graphics board.
  1064. To compile this driver as a module, choose M here: the
  1065. module will be called tdfxfb.
  1066. config FB_3DFX_ACCEL
  1067. bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
  1068. depends on FB_3DFX && EXPERIMENTAL
  1069. ---help---
  1070. This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
  1071. with acceleration functions.
  1072. config FB_VOODOO1
  1073. tristate "3Dfx Voodoo Graphics (sst1) support"
  1074. depends on FB && PCI
  1075. select FB_CFB_FILLRECT
  1076. select FB_CFB_COPYAREA
  1077. select FB_CFB_IMAGEBLIT
  1078. ---help---
  1079. Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
  1080. Voodoo2 (cvg) based graphics card.
  1081. To compile this driver as a module, choose M here: the
  1082. module will be called sstfb.
  1083. WARNING: Do not use any application that uses the 3D engine
  1084. (namely glide) while using this driver.
  1085. Please read the <file:Documentation/fb/README-sstfb.txt> for supported
  1086. options and other important info support.
  1087. config FB_CYBLA
  1088. tristate "Cyberblade/i1 support"
  1089. depends on FB && PCI && X86_32 && !64BIT
  1090. select FB_CFB_IMAGEBLIT
  1091. select VIDEO_SELECT
  1092. ---help---
  1093. This driver is supposed to support the Trident Cyberblade/i1
  1094. graphics core integrated in the VIA VT8601A North Bridge,
  1095. also known as VIA Apollo PLE133.
  1096. Status:
  1097. - Developed, tested and working on EPIA 5000 and EPIA 800.
  1098. - Does work reliable on all systems with CRT/LCD connected to
  1099. normal VGA ports.
  1100. - Should work on systems that do use the internal LCD port, but
  1101. this is absolutely not tested.
  1102. Character imageblit, copyarea and rectangle fill are hw accelerated,
  1103. ypan scrolling is used by default.
  1104. Please do read <file:Documentation/fb/cyblafb/*>.
  1105. To compile this driver as a module, choose M here: the
  1106. module will be called cyblafb.
  1107. config FB_TRIDENT
  1108. tristate "Trident support"
  1109. depends on FB && PCI
  1110. select FB_CFB_FILLRECT
  1111. select FB_CFB_COPYAREA
  1112. select FB_CFB_IMAGEBLIT
  1113. ---help---
  1114. This driver is supposed to support graphics boards with the
  1115. Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
  1116. but also on some motherboards. For more information, read
  1117. <file:Documentation/fb/tridentfb.txt>
  1118. Cyberblade/i1 support will be removed soon, use the cyblafb driver
  1119. instead.
  1120. Say Y if you have such a graphics board.
  1121. To compile this driver as a module, choose M here: the
  1122. module will be called tridentfb.
  1123. config FB_TRIDENT_ACCEL
  1124. bool "Trident Acceleration functions (EXPERIMENTAL)"
  1125. depends on FB_TRIDENT && EXPERIMENTAL
  1126. ---help---
  1127. This will compile the Trident frame buffer device with
  1128. acceleration functions.
  1129. config FB_PM3
  1130. tristate "Permedia3 support"
  1131. depends on FB && PCI && BROKEN
  1132. help
  1133. This is the frame buffer device driver for the 3DLabs Permedia3
  1134. chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
  1135. similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
  1136. and maybe other boards.
  1137. config FB_AU1100
  1138. bool "Au1100 LCD Driver"
  1139. depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
  1140. config FB_AU1200
  1141. bool "Au1200 LCD Driver"
  1142. depends on (FB = y) && MIPS && SOC_AU1200
  1143. select FB_CFB_FILLRECT
  1144. select FB_CFB_COPYAREA
  1145. select FB_CFB_IMAGEBLIT
  1146. help
  1147. This is the framebuffer driver for the AMD Au1200 SOC. It can drive
  1148. various panels and CRTs by passing in kernel cmd line option
  1149. au1200fb:panel=<name>.
  1150. source "drivers/video/geode/Kconfig"
  1151. config FB_FFB
  1152. bool "Creator/Creator3D/Elite3D support"
  1153. depends on FB_SBUS && SPARC64
  1154. select FB_CFB_COPYAREA
  1155. select FB_CFB_IMAGEBLIT
  1156. help
  1157. This is the frame buffer device driver for the Creator, Creator3D,
  1158. and Elite3D graphics boards.
  1159. config FB_TCX
  1160. bool "TCX (SS4/SS5 only) support"
  1161. depends on FB_SBUS
  1162. select FB_CFB_FILLRECT
  1163. select FB_CFB_COPYAREA
  1164. select FB_CFB_IMAGEBLIT
  1165. help
  1166. This is the frame buffer device driver for the TCX 24/8bit frame
  1167. buffer.
  1168. config FB_CG14
  1169. bool "CGfourteen (SX) support"
  1170. depends on FB_SBUS
  1171. select FB_CFB_FILLRECT
  1172. select FB_CFB_COPYAREA
  1173. select FB_CFB_IMAGEBLIT
  1174. help
  1175. This is the frame buffer device driver for the CGfourteen frame
  1176. buffer on Desktop SPARCsystems with the SX graphics option.
  1177. config FB_P9100
  1178. bool "P9100 (Sparcbook 3 only) support"
  1179. depends on FB_SBUS
  1180. select FB_CFB_FILLRECT
  1181. select FB_CFB_COPYAREA
  1182. select FB_CFB_IMAGEBLIT
  1183. help
  1184. This is the frame buffer device driver for the P9100 card
  1185. supported on Sparcbook 3 machines.
  1186. config FB_LEO
  1187. bool "Leo (ZX) support"
  1188. depends on FB_SBUS
  1189. select FB_CFB_FILLRECT
  1190. select FB_CFB_COPYAREA
  1191. select FB_CFB_IMAGEBLIT
  1192. help
  1193. This is the frame buffer device driver for the SBUS-based Sun ZX
  1194. (leo) frame buffer cards.
  1195. config FB_XVR500
  1196. bool "Sun XVR-500 3DLABS Wildcat support"
  1197. depends on FB && PCI && SPARC64
  1198. select FB_CFB_FILLRECT
  1199. select FB_CFB_COPYAREA
  1200. select FB_CFB_IMAGEBLIT
  1201. help
  1202. This is the framebuffer device for the Sun XVR-500 and similar
  1203. graphics cards based upon the 3DLABS Wildcat chipset. The driver
  1204. only works on sparc64 systems where the system firwmare has
  1205. mostly initialized the card already. It is treated as a
  1206. completely dumb framebuffer device.
  1207. config FB_XVR2500
  1208. bool "Sun XVR-2500 3DLABS Wildcat support"
  1209. depends on FB && PCI && SPARC64
  1210. select FB_CFB_FILLRECT
  1211. select FB_CFB_COPYAREA
  1212. select FB_CFB_IMAGEBLIT
  1213. help
  1214. This is the framebuffer device for the Sun XVR-2500 and similar
  1215. graphics cards based upon the 3DLABS Wildcat chipset. The driver
  1216. only works on sparc64 systems where the system firwmare has
  1217. mostly initialized the card already. It is treated as a
  1218. completely dumb framebuffer device.
  1219. config FB_PCI
  1220. bool "PCI framebuffers"
  1221. depends on (FB = y) && PCI && SPARC
  1222. config FB_IGA
  1223. bool "IGA 168x display support"
  1224. depends on SPARC32 && FB_PCI
  1225. select FB_CFB_FILLRECT
  1226. select FB_CFB_COPYAREA
  1227. select FB_CFB_IMAGEBLIT
  1228. help
  1229. This is the framebuffer device for the INTERGRAPHICS 1680 and
  1230. successor frame buffer cards.
  1231. config FB_HIT
  1232. tristate "HD64461 Frame Buffer support"
  1233. depends on FB && HD64461
  1234. select FB_CFB_FILLRECT
  1235. select FB_CFB_COPYAREA
  1236. select FB_CFB_IMAGEBLIT
  1237. help
  1238. This is the frame buffer device driver for the Hitachi HD64461 LCD
  1239. frame buffer card.
  1240. config FB_PMAG_AA
  1241. bool "PMAG-AA TURBOchannel framebuffer support"
  1242. depends on (FB = y) && TC
  1243. select FB_CFB_FILLRECT
  1244. select FB_CFB_COPYAREA
  1245. select FB_CFB_IMAGEBLIT
  1246. help
  1247. Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
  1248. used mainly in the MIPS-based DECstation series.
  1249. config FB_PMAG_BA
  1250. tristate "PMAG-BA TURBOchannel framebuffer support"
  1251. depends on FB && TC
  1252. select FB_CFB_FILLRECT
  1253. select FB_CFB_COPYAREA
  1254. select FB_CFB_IMAGEBLIT
  1255. help
  1256. Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
  1257. used mainly in the MIPS-based DECstation series.
  1258. config FB_PMAGB_B
  1259. tristate "PMAGB-B TURBOchannel framebuffer support"
  1260. depends on TC
  1261. select FB_CFB_FILLRECT
  1262. select FB_CFB_COPYAREA
  1263. select FB_CFB_IMAGEBLIT
  1264. help
  1265. Support for the PMAGB-B TURBOchannel framebuffer card used mainly
  1266. in the MIPS-based DECstation series. The card is currently only
  1267. supported in 1280x1024x8 mode.
  1268. config FB_MAXINE
  1269. bool "Maxine (Personal DECstation) onboard framebuffer support"
  1270. depends on (FB = y) && MACH_DECSTATION
  1271. select FB_CFB_FILLRECT
  1272. select FB_CFB_COPYAREA
  1273. select FB_CFB_IMAGEBLIT
  1274. help
  1275. Support for the onboard framebuffer (1024x768x8) in the Personal
  1276. DECstation series (Personal DECstation 5000/20, /25, /33, /50,
  1277. Codename "Maxine").
  1278. config FB_TX3912
  1279. bool "TMPTX3912/PR31700 frame buffer support"
  1280. depends on (FB = y) && NINO
  1281. select FB_CFB_FILLRECT
  1282. select FB_CFB_COPYAREA
  1283. select FB_CFB_IMAGEBLIT
  1284. help
  1285. The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
  1286. see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
  1287. Say Y here to enable kernel support for the on-board framebuffer.
  1288. config FB_G364
  1289. bool "G364 frame buffer support"
  1290. depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
  1291. select FB_CFB_FILLRECT
  1292. select FB_CFB_COPYAREA
  1293. select FB_CFB_IMAGEBLIT
  1294. help
  1295. The G364 driver is the framebuffer used in MIPS Magnum 4000 and
  1296. Olivetti M700-10 systems.
  1297. config FB_68328
  1298. bool "Motorola 68328 native frame buffer support"
  1299. depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
  1300. select FB_CFB_FILLRECT
  1301. select FB_CFB_COPYAREA
  1302. select FB_CFB_IMAGEBLIT
  1303. help
  1304. Say Y here if you want to support the built-in frame buffer of
  1305. the Motorola 68328 CPU family.
  1306. config FB_PXA
  1307. tristate "PXA LCD framebuffer support"
  1308. depends on FB && ARCH_PXA
  1309. select FB_CFB_FILLRECT
  1310. select FB_CFB_COPYAREA
  1311. select FB_CFB_IMAGEBLIT
  1312. ---help---
  1313. Frame buffer driver for the built-in LCD controller in the Intel
  1314. PXA2x0 processor.
  1315. This driver is also available as a module ( = code which can be
  1316. inserted and removed from the running kernel whenever you want). The
  1317. module will be called pxafb. If you want to compile it as a module,
  1318. say M here and read <file:Documentation/kbuild/modules.txt>.
  1319. If unsure, say N.
  1320. config FB_PXA_PARAMETERS
  1321. bool "PXA LCD command line parameters"
  1322. default n
  1323. depends on FB_PXA
  1324. ---help---
  1325. Enable the use of kernel command line or module parameters
  1326. to configure the physical properties of the LCD panel when
  1327. using the PXA LCD driver.
  1328. This option allows you to override the panel parameters
  1329. supplied by the platform in order to support multiple
  1330. different models of flatpanel. If you will only be using a
  1331. single model of flatpanel then you can safely leave this
  1332. option disabled.
  1333. <file:Documentation/fb/pxafb.txt> describes the available parameters.
  1334. config FB_MBX
  1335. tristate "2700G LCD framebuffer support"
  1336. depends on FB && ARCH_PXA
  1337. select FB_CFB_FILLRECT
  1338. select FB_CFB_COPYAREA
  1339. select FB_CFB_IMAGEBLIT
  1340. ---help---
  1341. Framebuffer driver for the Intel 2700G (Marathon) Graphics
  1342. Accelerator
  1343. config FB_MBX_DEBUG
  1344. bool "Enable debugging info via debugfs"
  1345. depends on FB_MBX && DEBUG_FS
  1346. default n
  1347. ---help---
  1348. Enable this if you want debugging information using the debug
  1349. filesystem (debugfs)
  1350. If unsure, say N.
  1351. config FB_W100
  1352. tristate "W100 frame buffer support"
  1353. depends on FB && PXA_SHARPSL
  1354. select FB_CFB_FILLRECT
  1355. select FB_CFB_COPYAREA
  1356. select FB_CFB_IMAGEBLIT
  1357. ---help---
  1358. Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
  1359. This driver is also available as a module ( = code which can be
  1360. inserted and removed from the running kernel whenever you want). The
  1361. module will be called w100fb. If you want to compile it as a module,
  1362. say M here and read <file:Documentation/kbuild/modules.txt>.
  1363. If unsure, say N.
  1364. config FB_S3C2410
  1365. tristate "S3C2410 LCD framebuffer support"
  1366. depends on FB && ARCH_S3C2410
  1367. select FB_CFB_FILLRECT
  1368. select FB_CFB_COPYAREA
  1369. select FB_CFB_IMAGEBLIT
  1370. ---help---
  1371. Frame buffer driver for the built-in LCD controller in the Samsung
  1372. S3C2410 processor.
  1373. This driver is also available as a module ( = code which can be
  1374. inserted and removed from the running kernel whenever you want). The
  1375. module will be called s3c2410fb. If you want to compile it as a module,
  1376. say M here and read <file:Documentation/kbuild/modules.txt>.
  1377. If unsure, say N.
  1378. config FB_S3C2410_DEBUG
  1379. bool "S3C2410 lcd debug messages"
  1380. depends on FB_S3C2410
  1381. help
  1382. Turn on debugging messages. Note that you can set/unset at run time
  1383. through sysfs
  1384. config FB_SM501
  1385. tristate "Silicon Motion SM501 framebuffer support"
  1386. depends on FB && MFD_SM501
  1387. select FB_CFB_FILLRECT
  1388. select FB_CFB_COPYAREA
  1389. select FB_CFB_IMAGEBLIT
  1390. ---help---
  1391. Frame buffer driver for the CRT and LCD controllers in the Silicon
  1392. Motion SM501.
  1393. This driver is also available as a module ( = code which can be
  1394. inserted and removed from the running kernel whenever you want). The
  1395. module will be called sm501fb. If you want to compile it as a module,
  1396. say M here and read <file:Documentation/modules.txt>.
  1397. If unsure, say N.
  1398. config FB_PNX4008_DUM
  1399. tristate "Display Update Module support on Philips PNX4008 board"
  1400. depends on FB && ARCH_PNX4008
  1401. ---help---
  1402. Say Y here to enable support for PNX4008 Display Update Module (DUM)
  1403. config FB_PNX4008_DUM_RGB
  1404. tristate "RGB Framebuffer support on Philips PNX4008 board"
  1405. depends on FB_PNX4008_DUM
  1406. select FB_CFB_FILLRECT
  1407. select FB_CFB_COPYAREA
  1408. select FB_CFB_IMAGEBLIT
  1409. ---help---
  1410. Say Y here to enable support for PNX4008 RGB Framebuffer
  1411. config FB_IBM_GXT4500
  1412. tristate "Framebuffer support for IBM GXT4500P adaptor"
  1413. depends on PPC
  1414. select FB_CFB_FILLRECT
  1415. select FB_CFB_COPYAREA
  1416. select FB_CFB_IMAGEBLIT
  1417. ---help---
  1418. Say Y here to enable support for the IBM GXT4500P display
  1419. adaptor, found on some IBM System P (pSeries) machines.
  1420. config FB_PS3
  1421. bool "PS3 GPU framebuffer driver"
  1422. depends on (FB = y) && PS3_PS3AV
  1423. select FB_CFB_FILLRECT
  1424. select FB_CFB_COPYAREA
  1425. select FB_CFB_IMAGEBLIT
  1426. ---help---
  1427. Include support for the virtual frame buffer in the PS3 platform.
  1428. config FB_PS3_DEFAULT_SIZE_M
  1429. int "PS3 default frame buffer size (in MiB)"
  1430. depends on FB_PS3
  1431. default 18
  1432. ---help---
  1433. This is the default size (in MiB) of the virtual frame buffer in
  1434. the PS3.
  1435. The default value can be overridden on the kernel command line
  1436. using the "ps3fb" option (e.g. "ps3fb=9M");
  1437. config FB_VIRTUAL
  1438. tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
  1439. depends on FB
  1440. select FB_CFB_FILLRECT
  1441. select FB_CFB_COPYAREA
  1442. select FB_CFB_IMAGEBLIT
  1443. ---help---
  1444. This is a `virtual' frame buffer device. It operates on a chunk of
  1445. unswappable kernel memory instead of on the memory of a graphics
  1446. board. This means you cannot see any output sent to this frame
  1447. buffer device, while it does consume precious memory. The main use
  1448. of this frame buffer device is testing and debugging the frame
  1449. buffer subsystem. Do NOT enable it for normal systems! To protect
  1450. the innocent, it has to be enabled explicitly at boot time using the
  1451. kernel option `video=vfb:'.
  1452. To compile this driver as a module, choose M here: the
  1453. module will be called vfb. In order to load it, you must use
  1454. the vfb_enable=1 option.
  1455. If unsure, say N.
  1456. if VT
  1457. source "drivers/video/console/Kconfig"
  1458. endif
  1459. if FB || SGI_NEWPORT_CONSOLE
  1460. source "drivers/video/logo/Kconfig"
  1461. endif
  1462. endmenu