Kconfig 51 KB

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