Kconfig 51 KB

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