Kconfig 52 KB

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