Kconfig 51 KB

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