Kconfig 50 KB

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