Kconfig 52 KB

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