Kconfig 51 KB

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