Kconfig 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670
  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 "Frambuffer 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 I2C_ALGOBIT if FB_NVIDIA_I2C
  589. select I2C if FB_NVIDIA_I2C
  590. select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
  591. select FB_MODE_HELPERS
  592. select FB_CFB_FILLRECT
  593. select FB_CFB_COPYAREA
  594. select FB_CFB_IMAGEBLIT
  595. select BITREVERSE
  596. help
  597. This driver supports graphics boards with the nVidia chips, TNT
  598. and newer. For very old chipsets, such as the RIVA128, then use
  599. the rivafb.
  600. Say Y if you have such a graphics board.
  601. To compile this driver as a module, choose M here: the
  602. module will be called nvidiafb.
  603. config FB_NVIDIA_I2C
  604. bool "Enable DDC Support"
  605. depends on FB_NVIDIA
  606. help
  607. This enables I2C support for nVidia Chipsets. This is used
  608. only for getting EDID information from the attached display
  609. allowing for robust video mode handling and switching.
  610. Because fbdev-2.6 requires that drivers must be able to
  611. independently validate video mode parameters, you should say Y
  612. here.
  613. config FB_NVIDIA_BACKLIGHT
  614. bool "Support for backlight control"
  615. depends on FB_NVIDIA
  616. default y
  617. help
  618. Say Y here if you want to control the backlight of your display.
  619. config FB_RIVA
  620. tristate "nVidia Riva support"
  621. depends on FB && PCI
  622. select FB_DDC if FB_RIVA_I2C
  623. select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
  624. select FB_MODE_HELPERS
  625. select FB_CFB_FILLRECT
  626. select FB_CFB_COPYAREA
  627. select FB_CFB_IMAGEBLIT
  628. select BITREVERSE
  629. help
  630. This driver supports graphics boards with the nVidia Riva/Geforce
  631. chips.
  632. Say Y if you have such a graphics board.
  633. To compile this driver as a module, choose M here: the
  634. module will be called rivafb.
  635. config FB_RIVA_I2C
  636. bool "Enable DDC Support"
  637. depends on FB_RIVA
  638. help
  639. This enables I2C support for nVidia Chipsets. This is used
  640. only for getting EDID information from the attached display
  641. allowing for robust video mode handling and switching.
  642. Because fbdev-2.6 requires that drivers must be able to
  643. independently validate video mode parameters, you should say Y
  644. here.
  645. config FB_RIVA_DEBUG
  646. bool "Lots of debug output from Riva(nVidia) driver"
  647. depends on FB_RIVA
  648. default n
  649. help
  650. Say Y here if you want the Riva driver to output all sorts
  651. of debugging information to provide to the maintainer when
  652. something goes wrong.
  653. config FB_RIVA_BACKLIGHT
  654. bool "Support for backlight control"
  655. depends on FB_RIVA
  656. default y
  657. help
  658. Say Y here if you want to control the backlight of your display.
  659. config FB_I810
  660. tristate "Intel 810/815 support (EXPERIMENTAL)"
  661. depends on FB && EXPERIMENTAL && PCI && X86_32
  662. select AGP
  663. select AGP_INTEL
  664. select FB_MODE_HELPERS
  665. select FB_CFB_FILLRECT
  666. select FB_CFB_COPYAREA
  667. select FB_CFB_IMAGEBLIT
  668. help
  669. This driver supports the on-board graphics built in to the Intel 810
  670. and 815 chipsets. Say Y if you have and plan to use such a board.
  671. To compile this driver as a module, choose M here: the
  672. module will be called i810fb.
  673. For more information, please read
  674. <file:Documentation/fb/intel810.txt>
  675. config FB_I810_GTF
  676. bool "use VESA Generalized Timing Formula"
  677. depends on FB_I810
  678. help
  679. If you say Y, then the VESA standard, Generalized Timing Formula
  680. or GTF, will be used to calculate the required video timing values
  681. per video mode. Since the GTF allows nondiscrete timings
  682. (nondiscrete being a range of values as opposed to discrete being a
  683. set of values), you'll be able to use any combination of horizontal
  684. and vertical resolutions, and vertical refresh rates without having
  685. to specify your own timing parameters. This is especially useful
  686. to maximize the performance of an aging display, or if you just
  687. have a display with nonstandard dimensions. A VESA compliant
  688. monitor is recommended, but can still work with non-compliant ones.
  689. If you need or want this, then select this option. The timings may
  690. not be compliant with Intel's recommended values. Use at your own
  691. risk.
  692. If you say N, the driver will revert to discrete video timings
  693. using a set recommended by Intel in their documentation.
  694. If unsure, say N.
  695. config FB_I810_I2C
  696. bool "Enable DDC Support"
  697. depends on FB_I810 && FB_I810_GTF
  698. select FB_DDC
  699. help
  700. config FB_INTEL
  701. tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
  702. depends on FB && EXPERIMENTAL && PCI && X86
  703. select AGP
  704. select AGP_INTEL
  705. select I2C_ALGOBIT if FB_INTEL_I2C
  706. select I2C if FB_INTEL_I2C
  707. select FB_MODE_HELPERS
  708. select FB_CFB_FILLRECT
  709. select FB_CFB_COPYAREA
  710. select FB_CFB_IMAGEBLIT
  711. help
  712. This driver supports the on-board graphics built in to the Intel
  713. 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
  714. Say Y if you have and plan to use such a board.
  715. If you say Y here and want DDC/I2C support you must first say Y to
  716. "I2C support" and "I2C bit-banging support" in the character devices
  717. section.
  718. If you say M here then "I2C support" and "I2C bit-banging support"
  719. can be build either as modules or built-in.
  720. To compile this driver as a module, choose M here: the
  721. module will be called intelfb.
  722. For more information, please read <file:Documentation/fb/intelfb.txt>
  723. config FB_INTEL_DEBUG
  724. bool "Intel driver Debug Messages"
  725. depends on FB_INTEL
  726. ---help---
  727. Say Y here if you want the Intel driver to output all sorts
  728. of debugging information to provide to the maintainer when
  729. something goes wrong.
  730. config FB_INTEL_I2C
  731. bool "DDC/I2C for Intel framebuffer support"
  732. depends on FB_INTEL
  733. default y
  734. help
  735. Say Y here if you want DDC/I2C support for your on-board Intel graphics.
  736. config FB_MATROX
  737. tristate "Matrox acceleration"
  738. depends on FB && PCI
  739. select FB_CFB_FILLRECT
  740. select FB_CFB_COPYAREA
  741. select FB_CFB_IMAGEBLIT
  742. select FB_TILEBLITTING
  743. select FB_MACMODES if PPC_PMAC
  744. ---help---
  745. Say Y here if you have a Matrox Millennium, Matrox Millennium II,
  746. Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
  747. Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
  748. Matrox G400, G450 or G550 card in your box.
  749. To compile this driver as a module, choose M here: the
  750. module will be called matroxfb.
  751. You can pass several parameters to the driver at boot time or at
  752. module load time. The parameters look like "video=matrox:XXX", and
  753. are described in <file:Documentation/fb/matroxfb.txt>.
  754. config FB_MATROX_MILLENIUM
  755. bool "Millennium I/II support"
  756. depends on FB_MATROX
  757. help
  758. Say Y here if you have a Matrox Millennium or Matrox Millennium II
  759. video card. If you select "Advanced lowlevel driver options" below,
  760. you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
  761. packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
  762. also use font widths different from 8.
  763. config FB_MATROX_MYSTIQUE
  764. bool "Mystique support"
  765. depends on FB_MATROX
  766. help
  767. Say Y here if you have a Matrox Mystique or Matrox Mystique 220
  768. video card. If you select "Advanced lowlevel driver options" below,
  769. you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
  770. packed pixel and 32 bpp packed pixel. You can also use font widths
  771. different from 8.
  772. config FB_MATROX_G
  773. bool "G100/G200/G400/G450/G550 support"
  774. depends on FB_MATROX
  775. ---help---
  776. Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
  777. video card. If you select "Advanced lowlevel driver options", you
  778. should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
  779. pixel and 32 bpp packed pixel. You can also use font widths
  780. different from 8.
  781. If you need support for G400 secondary head, you must first say Y to
  782. "I2C support" in the character devices section, and then to
  783. "Matrox I2C support" and "G400 second head support" here in the
  784. framebuffer section. G450/G550 secondary head and digital output
  785. are supported without additional modules.
  786. The driver starts in monitor mode. You must use the matroxset tool
  787. (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
  788. swap primary and secondary head outputs, or to change output mode.
  789. Secondary head driver always start in 640x480 resolution and you
  790. must use fbset to change it.
  791. Do not forget that second head supports only 16 and 32 bpp
  792. packed pixels, so it is a good idea to compile them into the kernel
  793. too. You can use only some font widths, as the driver uses generic
  794. painting procedures (the secondary head does not use acceleration
  795. engine).
  796. G450/G550 hardware can display TV picture only from secondary CRTC,
  797. and it performs no scaling, so picture must have 525 or 625 lines.
  798. config FB_MATROX_I2C
  799. tristate "Matrox I2C support"
  800. depends on FB_MATROX && I2C
  801. select I2C_ALGOBIT
  802. ---help---
  803. This drivers creates I2C buses which are needed for accessing the
  804. DDC (I2C) bus present on all Matroxes, an I2C bus which
  805. interconnects Matrox optional devices, like MGA-TVO on G200 and
  806. G400, and the secondary head DDC bus, present on G400 only.
  807. You can say Y or M here if you want to experiment with monitor
  808. detection code. You must say Y or M here if you want to use either
  809. second head of G400 or MGA-TVO on G200 or G400.
  810. If you compile it as module, it will create a module named
  811. i2c-matroxfb.
  812. config FB_MATROX_MAVEN
  813. tristate "G400 second head support"
  814. depends on FB_MATROX_G && FB_MATROX_I2C
  815. ---help---
  816. WARNING !!! This support does not work with G450 !!!
  817. Say Y or M here if you want to use a secondary head (meaning two
  818. monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
  819. head is not compatible with accelerated XFree 3.3.x SVGA servers -
  820. secondary head output is blanked while you are in X. With XFree
  821. 3.9.17 preview you can use both heads if you use SVGA over fbdev or
  822. the fbdev driver on first head and the fbdev driver on second head.
  823. If you compile it as module, two modules are created,
  824. matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
  825. both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
  826. also load i2c-matroxfb to get it to run.
  827. The driver starts in monitor mode and you must use the matroxset
  828. tool (available at
  829. <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
  830. PAL or NTSC or to swap primary and secondary head outputs.
  831. Secondary head driver also always start in 640x480 resolution, you
  832. must use fbset to change it.
  833. Also do not forget that second head supports only 16 and 32 bpp
  834. packed pixels, so it is a good idea to compile them into the kernel
  835. too. You can use only some font widths, as the driver uses generic
  836. painting procedures (the secondary head does not use acceleration
  837. engine).
  838. config FB_MATROX_MULTIHEAD
  839. bool "Multihead support"
  840. depends on FB_MATROX
  841. ---help---
  842. Say Y here if you have more than one (supported) Matrox device in
  843. your computer and you want to use all of them for different monitors
  844. ("multihead"). If you have only one device, you should say N because
  845. the driver compiled with Y is larger and a bit slower, especially on
  846. ia32 (ix86).
  847. If you said M to "Matrox unified accelerated driver" and N here, you
  848. will still be able to use several Matrox devices simultaneously:
  849. insert several instances of the module matroxfb into the kernel
  850. with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
  851. for the different Matrox devices. This method is slightly faster but
  852. uses 40 KB of kernel memory per Matrox card.
  853. There is no need for enabling 'Matrox multihead support' if you have
  854. only one Matrox card in the box.
  855. config FB_RADEON
  856. tristate "ATI Radeon display support"
  857. depends on FB && PCI
  858. select FB_DDC if FB_RADEON_I2C
  859. select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
  860. select FB_MODE_HELPERS
  861. select FB_CFB_FILLRECT
  862. select FB_CFB_COPYAREA
  863. select FB_CFB_IMAGEBLIT
  864. select FB_MACMODES if PPC_OF
  865. help
  866. Choose this option if you want to use an ATI Radeon graphics card as
  867. a framebuffer device. There are both PCI and AGP versions. You
  868. don't need to choose this to run the Radeon in plain VGA mode.
  869. If you say Y here and want DDC/I2C support you must first say Y to
  870. "I2C support" and "I2C bit-banging support" in the character devices
  871. section.
  872. If you say M here then "I2C support" and "I2C bit-banging support"
  873. can be build either as modules or built-in.
  874. There is a product page at
  875. http://apps.ati.com/ATIcompare/
  876. config FB_RADEON_I2C
  877. bool "DDC/I2C for ATI Radeon support"
  878. depends on FB_RADEON
  879. default y
  880. help
  881. Say Y here if you want DDC/I2C support for your Radeon board.
  882. config FB_RADEON_BACKLIGHT
  883. bool "Support for backlight control"
  884. depends on FB_RADEON
  885. default y
  886. help
  887. Say Y here if you want to control the backlight of your display.
  888. config FB_RADEON_DEBUG
  889. bool "Lots of debug output from Radeon driver"
  890. depends on FB_RADEON
  891. default n
  892. help
  893. Say Y here if you want the Radeon driver to output all sorts
  894. of debugging information to provide to the maintainer when
  895. something goes wrong.
  896. config FB_ATY128
  897. tristate "ATI Rage128 display support"
  898. depends on FB && PCI
  899. select FB_CFB_FILLRECT
  900. select FB_CFB_COPYAREA
  901. select FB_CFB_IMAGEBLIT
  902. select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
  903. select FB_MACMODES if PPC_PMAC
  904. help
  905. This driver supports graphics boards with the ATI Rage128 chips.
  906. Say Y if you have such a graphics board and read
  907. <file:Documentation/fb/aty128fb.txt>.
  908. To compile this driver as a module, choose M here: the
  909. module will be called aty128fb.
  910. config FB_ATY128_BACKLIGHT
  911. bool "Support for backlight control"
  912. depends on FB_ATY128
  913. default y
  914. help
  915. Say Y here if you want to control the backlight of your display.
  916. config FB_ATY
  917. tristate "ATI Mach64 display support" if PCI || ATARI
  918. depends on FB && !SPARC32
  919. select FB_CFB_FILLRECT
  920. select FB_CFB_COPYAREA
  921. select FB_CFB_IMAGEBLIT
  922. select FB_BACKLIGHT if FB_ATY_BACKLIGHT
  923. select FB_MACMODES if PPC
  924. help
  925. This driver supports graphics boards with the ATI Mach64 chips.
  926. Say Y if you have such a graphics board.
  927. To compile this driver as a module, choose M here: the
  928. module will be called atyfb.
  929. config FB_ATY_CT
  930. bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
  931. depends on PCI && FB_ATY
  932. default y if SPARC64 && FB_PCI
  933. help
  934. Say Y here to support use of ATI's 64-bit Rage boards (or other
  935. boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
  936. framebuffer device. The ATI product support page for these boards
  937. is at <http://support.ati.com/products/pc/mach64/>.
  938. config FB_ATY_GENERIC_LCD
  939. bool "Mach64 generic LCD support (EXPERIMENTAL)"
  940. depends on FB_ATY_CT
  941. help
  942. Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
  943. Rage XC, or Rage XL chipset.
  944. config FB_ATY_GX
  945. bool "Mach64 GX support" if PCI
  946. depends on FB_ATY
  947. default y if ATARI
  948. help
  949. Say Y here to support use of the ATI Mach64 Graphics Expression
  950. board (or other boards based on the Mach64 GX chipset) as a
  951. framebuffer device. The ATI product support page for these boards
  952. is at
  953. <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
  954. config FB_ATY_BACKLIGHT
  955. bool "Support for backlight control"
  956. depends on FB_ATY
  957. default y
  958. help
  959. Say Y here if you want to control the backlight of your display.
  960. config FB_S3
  961. tristate "S3 Trio/Virge support"
  962. depends on FB && PCI
  963. select FB_CFB_FILLRECT
  964. select FB_CFB_COPYAREA
  965. select FB_CFB_IMAGEBLIT
  966. select FB_TILEBLITTING
  967. select FB_SVGALIB
  968. ---help---
  969. Driver for graphics boards with S3 Trio / S3 Virge chip.
  970. config FB_SAVAGE
  971. tristate "S3 Savage support"
  972. depends on FB && PCI && EXPERIMENTAL
  973. select FB_DDC if FB_SAVAGE_I2C
  974. select FB_MODE_HELPERS
  975. select FB_CFB_FILLRECT
  976. select FB_CFB_COPYAREA
  977. select FB_CFB_IMAGEBLIT
  978. help
  979. This driver supports notebooks and computers with S3 Savage PCI/AGP
  980. chips.
  981. Say Y if you have such a graphics card.
  982. To compile this driver as a module, choose M here; the module
  983. will be called savagefb.
  984. config FB_SAVAGE_I2C
  985. bool "Enable DDC2 Support"
  986. depends on FB_SAVAGE
  987. help
  988. This enables I2C support for S3 Savage Chipsets. This is used
  989. only for getting EDID information from the attached display
  990. allowing for robust video mode handling and switching.
  991. Because fbdev-2.6 requires that drivers must be able to
  992. independently validate video mode parameters, you should say Y
  993. here.
  994. config FB_SAVAGE_ACCEL
  995. bool "Enable Console Acceleration"
  996. depends on FB_SAVAGE
  997. default n
  998. help
  999. This option will compile in console acceleration support. If
  1000. the resulting framebuffer console has bothersome glitches, then
  1001. choose N here.
  1002. config FB_SIS
  1003. tristate "SiS/XGI display support"
  1004. depends on FB && PCI
  1005. select FB_CFB_FILLRECT
  1006. select FB_CFB_COPYAREA
  1007. select FB_CFB_IMAGEBLIT
  1008. help
  1009. This is the frame buffer device driver for the SiS 300, 315, 330
  1010. and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
  1011. Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
  1012. To compile this driver as a module, choose M here; the module
  1013. will be called sisfb.
  1014. config FB_SIS_300
  1015. bool "SiS 300 series support"
  1016. depends on FB_SIS
  1017. help
  1018. Say Y here to support use of the SiS 300/305, 540, 630 and 730.
  1019. config FB_SIS_315
  1020. bool "SiS 315/330/340 series and XGI support"
  1021. depends on FB_SIS
  1022. help
  1023. Say Y here to support use of the SiS 315, 330 and 340 series
  1024. (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
  1025. as XGI V3XT, V5, V8 and Z7.
  1026. config FB_NEOMAGIC
  1027. tristate "NeoMagic display support"
  1028. depends on FB && PCI
  1029. select FB_MODE_HELPERS
  1030. select FB_CFB_FILLRECT
  1031. select FB_CFB_COPYAREA
  1032. select FB_CFB_IMAGEBLIT
  1033. help
  1034. This driver supports notebooks with NeoMagic PCI chips.
  1035. Say Y if you have such a graphics card.
  1036. To compile this driver as a module, choose M here: the
  1037. module will be called neofb.
  1038. config FB_KYRO
  1039. tristate "IMG Kyro support"
  1040. depends on FB && PCI
  1041. select FB_CFB_FILLRECT
  1042. select FB_CFB_COPYAREA
  1043. select FB_CFB_IMAGEBLIT
  1044. help
  1045. Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
  1046. graphics board.
  1047. To compile this driver as a module, choose M here: the
  1048. module will be called kyrofb.
  1049. config FB_3DFX
  1050. tristate "3Dfx Banshee/Voodoo3 display support"
  1051. depends on FB && PCI
  1052. select FB_CFB_IMAGEBLIT
  1053. select FB_CFB_FILLRECT
  1054. select FB_CFB_COPYAREA
  1055. help
  1056. This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
  1057. chips. Say Y if you have such a graphics board.
  1058. To compile this driver as a module, choose M here: the
  1059. module will be called tdfxfb.
  1060. config FB_3DFX_ACCEL
  1061. bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
  1062. depends on FB_3DFX && EXPERIMENTAL
  1063. ---help---
  1064. This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
  1065. with acceleration functions.
  1066. config FB_VOODOO1
  1067. tristate "3Dfx Voodoo Graphics (sst1) support"
  1068. depends on FB && PCI
  1069. select FB_CFB_FILLRECT
  1070. select FB_CFB_COPYAREA
  1071. select FB_CFB_IMAGEBLIT
  1072. ---help---
  1073. Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
  1074. Voodoo2 (cvg) based graphics card.
  1075. To compile this driver as a module, choose M here: the
  1076. module will be called sstfb.
  1077. WARNING: Do not use any application that uses the 3D engine
  1078. (namely glide) while using this driver.
  1079. Please read the <file:Documentation/fb/README-sstfb.txt> for supported
  1080. options and other important info support.
  1081. config FB_CYBLA
  1082. tristate "Cyberblade/i1 support"
  1083. depends on FB && PCI && X86_32 && !64BIT
  1084. select FB_CFB_IMAGEBLIT
  1085. select VIDEO_SELECT
  1086. ---help---
  1087. This driver is supposed to support the Trident Cyberblade/i1
  1088. graphics core integrated in the VIA VT8601A North Bridge,
  1089. also known as VIA Apollo PLE133.
  1090. Status:
  1091. - Developed, tested and working on EPIA 5000 and EPIA 800.
  1092. - Does work reliable on all systems with CRT/LCD connected to
  1093. normal VGA ports.
  1094. - Should work on systems that do use the internal LCD port, but
  1095. this is absolutely not tested.
  1096. Character imageblit, copyarea and rectangle fill are hw accelerated,
  1097. ypan scrolling is used by default.
  1098. Please do read <file:Documentation/fb/cyblafb/*>.
  1099. To compile this driver as a module, choose M here: the
  1100. module will be called cyblafb.
  1101. config FB_TRIDENT
  1102. tristate "Trident support"
  1103. depends on FB && PCI
  1104. select FB_CFB_FILLRECT
  1105. select FB_CFB_COPYAREA
  1106. select FB_CFB_IMAGEBLIT
  1107. ---help---
  1108. This driver is supposed to support graphics boards with the
  1109. Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
  1110. but also on some motherboards. For more information, read
  1111. <file:Documentation/fb/tridentfb.txt>
  1112. Cyberblade/i1 support will be removed soon, use the cyblafb driver
  1113. instead.
  1114. Say Y if you have such a graphics board.
  1115. To compile this driver as a module, choose M here: the
  1116. module will be called tridentfb.
  1117. config FB_TRIDENT_ACCEL
  1118. bool "Trident Acceleration functions (EXPERIMENTAL)"
  1119. depends on FB_TRIDENT && EXPERIMENTAL
  1120. ---help---
  1121. This will compile the Trident frame buffer device with
  1122. acceleration functions.
  1123. config FB_PM3
  1124. tristate "Permedia3 support"
  1125. depends on FB && PCI && BROKEN
  1126. help
  1127. This is the frame buffer device driver for the 3DLabs Permedia3
  1128. chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
  1129. similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
  1130. and maybe other boards.
  1131. config FB_AU1100
  1132. bool "Au1100 LCD Driver"
  1133. depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
  1134. config FB_AU1200
  1135. bool "Au1200 LCD Driver"
  1136. depends on FB && MIPS && SOC_AU1200
  1137. select FB_CFB_FILLRECT
  1138. select FB_CFB_COPYAREA
  1139. select FB_CFB_IMAGEBLIT
  1140. help
  1141. This is the framebuffer driver for the AMD Au1200 SOC. It can drive
  1142. various panels and CRTs by passing in kernel cmd line option
  1143. au1200fb:panel=<name>.
  1144. source "drivers/video/geode/Kconfig"
  1145. config FB_FFB
  1146. bool "Creator/Creator3D/Elite3D support"
  1147. depends on FB_SBUS && SPARC64
  1148. select FB_CFB_COPYAREA
  1149. select FB_CFB_IMAGEBLIT
  1150. help
  1151. This is the frame buffer device driver for the Creator, Creator3D,
  1152. and Elite3D graphics boards.
  1153. config FB_TCX
  1154. bool "TCX (SS4/SS5 only) support"
  1155. depends on FB_SBUS
  1156. select FB_CFB_FILLRECT
  1157. select FB_CFB_COPYAREA
  1158. select FB_CFB_IMAGEBLIT
  1159. help
  1160. This is the frame buffer device driver for the TCX 24/8bit frame
  1161. buffer.
  1162. config FB_CG14
  1163. bool "CGfourteen (SX) support"
  1164. depends on FB_SBUS
  1165. select FB_CFB_FILLRECT
  1166. select FB_CFB_COPYAREA
  1167. select FB_CFB_IMAGEBLIT
  1168. help
  1169. This is the frame buffer device driver for the CGfourteen frame
  1170. buffer on Desktop SPARCsystems with the SX graphics option.
  1171. config FB_P9100
  1172. bool "P9100 (Sparcbook 3 only) support"
  1173. depends on FB_SBUS
  1174. select FB_CFB_FILLRECT
  1175. select FB_CFB_COPYAREA
  1176. select FB_CFB_IMAGEBLIT
  1177. help
  1178. This is the frame buffer device driver for the P9100 card
  1179. supported on Sparcbook 3 machines.
  1180. config FB_LEO
  1181. bool "Leo (ZX) support"
  1182. depends on FB_SBUS
  1183. select FB_CFB_FILLRECT
  1184. select FB_CFB_COPYAREA
  1185. select FB_CFB_IMAGEBLIT
  1186. help
  1187. This is the frame buffer device driver for the SBUS-based Sun ZX
  1188. (leo) frame buffer cards.
  1189. config FB_PCI
  1190. bool "PCI framebuffers"
  1191. depends on (FB = y) && PCI && SPARC
  1192. config FB_IGA
  1193. bool "IGA 168x display support"
  1194. depends on SPARC32 && FB_PCI
  1195. select FB_CFB_FILLRECT
  1196. select FB_CFB_COPYAREA
  1197. select FB_CFB_IMAGEBLIT
  1198. help
  1199. This is the framebuffer device for the INTERGRAPHICS 1680 and
  1200. successor frame buffer cards.
  1201. config FB_HIT
  1202. tristate "HD64461 Frame Buffer support"
  1203. depends on FB && HD64461
  1204. select FB_CFB_FILLRECT
  1205. select FB_CFB_COPYAREA
  1206. select FB_CFB_IMAGEBLIT
  1207. help
  1208. This is the frame buffer device driver for the Hitachi HD64461 LCD
  1209. frame buffer card.
  1210. config FB_PMAG_AA
  1211. bool "PMAG-AA TURBOchannel framebuffer support"
  1212. depends on (FB = y) && TC
  1213. select FB_CFB_FILLRECT
  1214. select FB_CFB_COPYAREA
  1215. select FB_CFB_IMAGEBLIT
  1216. help
  1217. Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
  1218. used mainly in the MIPS-based DECstation series.
  1219. config FB_PMAG_BA
  1220. tristate "PMAG-BA TURBOchannel framebuffer support"
  1221. depends on FB && TC
  1222. select FB_CFB_FILLRECT
  1223. select FB_CFB_COPYAREA
  1224. select FB_CFB_IMAGEBLIT
  1225. help
  1226. Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
  1227. used mainly in the MIPS-based DECstation series.
  1228. config FB_PMAGB_B
  1229. tristate "PMAGB-B TURBOchannel framebuffer support"
  1230. depends on TC
  1231. select FB_CFB_FILLRECT
  1232. select FB_CFB_COPYAREA
  1233. select FB_CFB_IMAGEBLIT
  1234. help
  1235. Support for the PMAGB-B TURBOchannel framebuffer card used mainly
  1236. in the MIPS-based DECstation series. The card is currently only
  1237. supported in 1280x1024x8 mode.
  1238. config FB_MAXINE
  1239. bool "Maxine (Personal DECstation) onboard framebuffer support"
  1240. depends on (FB = y) && MACH_DECSTATION
  1241. select FB_CFB_FILLRECT
  1242. select FB_CFB_COPYAREA
  1243. select FB_CFB_IMAGEBLIT
  1244. help
  1245. Support for the onboard framebuffer (1024x768x8) in the Personal
  1246. DECstation series (Personal DECstation 5000/20, /25, /33, /50,
  1247. Codename "Maxine").
  1248. config FB_TX3912
  1249. bool "TMPTX3912/PR31700 frame buffer support"
  1250. depends on (FB = y) && NINO
  1251. select FB_CFB_FILLRECT
  1252. select FB_CFB_COPYAREA
  1253. select FB_CFB_IMAGEBLIT
  1254. help
  1255. The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
  1256. see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
  1257. Say Y here to enable kernel support for the on-board framebuffer.
  1258. config FB_G364
  1259. bool "G364 frame buffer support"
  1260. depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
  1261. select FB_CFB_FILLRECT
  1262. select FB_CFB_COPYAREA
  1263. select FB_CFB_IMAGEBLIT
  1264. help
  1265. The G364 driver is the framebuffer used in MIPS Magnum 4000 and
  1266. Olivetti M700-10 systems.
  1267. config FB_68328
  1268. bool "Motorola 68328 native frame buffer support"
  1269. depends on FB && (M68328 || M68EZ328 || M68VZ328)
  1270. select FB_CFB_FILLRECT
  1271. select FB_CFB_COPYAREA
  1272. select FB_CFB_IMAGEBLIT
  1273. help
  1274. Say Y here if you want to support the built-in frame buffer of
  1275. the Motorola 68328 CPU family.
  1276. config FB_PXA
  1277. tristate "PXA LCD framebuffer support"
  1278. depends on FB && ARCH_PXA
  1279. select FB_CFB_FILLRECT
  1280. select FB_CFB_COPYAREA
  1281. select FB_CFB_IMAGEBLIT
  1282. ---help---
  1283. Frame buffer driver for the built-in LCD controller in the Intel
  1284. PXA2x0 processor.
  1285. This driver is also available as a module ( = code which can be
  1286. inserted and removed from the running kernel whenever you want). The
  1287. module will be called pxafb. If you want to compile it as a module,
  1288. say M here and read <file:Documentation/modules.txt>.
  1289. If unsure, say N.
  1290. config FB_PXA_PARAMETERS
  1291. bool "PXA LCD command line parameters"
  1292. default n
  1293. depends on FB_PXA
  1294. ---help---
  1295. Enable the use of kernel command line or module parameters
  1296. to configure the physical properties of the LCD panel when
  1297. using the PXA LCD driver.
  1298. This option allows you to override the panel parameters
  1299. supplied by the platform in order to support multiple
  1300. different models of flatpanel. If you will only be using a
  1301. single model of flatpanel then you can safely leave this
  1302. option disabled.
  1303. <file:Documentation/fb/pxafb.txt> describes the available parameters.
  1304. config FB_MBX
  1305. tristate "2700G LCD framebuffer support"
  1306. depends on FB && ARCH_PXA
  1307. select FB_CFB_FILLRECT
  1308. select FB_CFB_COPYAREA
  1309. select FB_CFB_IMAGEBLIT
  1310. ---help---
  1311. Framebuffer driver for the Intel 2700G (Marathon) Graphics
  1312. Accelerator
  1313. config FB_MBX_DEBUG
  1314. bool "Enable debugging info via debugfs"
  1315. depends on FB_MBX && DEBUG_FS
  1316. default n
  1317. ---help---
  1318. Enable this if you want debugging information using the debug
  1319. filesystem (debugfs)
  1320. If unsure, say N.
  1321. config FB_W100
  1322. tristate "W100 frame buffer support"
  1323. depends on FB && PXA_SHARPSL
  1324. select FB_CFB_FILLRECT
  1325. select FB_CFB_COPYAREA
  1326. select FB_CFB_IMAGEBLIT
  1327. ---help---
  1328. Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
  1329. This driver is also available as a module ( = code which can be
  1330. inserted and removed from the running kernel whenever you want). The
  1331. module will be called w100fb. If you want to compile it as a module,
  1332. say M here and read <file:Documentation/modules.txt>.
  1333. If unsure, say N.
  1334. config FB_S3C2410
  1335. tristate "S3C2410 LCD framebuffer support"
  1336. depends on FB && ARCH_S3C2410
  1337. select FB_CFB_FILLRECT
  1338. select FB_CFB_COPYAREA
  1339. select FB_CFB_IMAGEBLIT
  1340. ---help---
  1341. Frame buffer driver for the built-in LCD controller in the Samsung
  1342. S3C2410 processor.
  1343. This driver is also available as a module ( = code which can be
  1344. inserted and removed from the running kernel whenever you want). The
  1345. module will be called s3c2410fb. If you want to compile it as a module,
  1346. say M here and read <file:Documentation/modules.txt>.
  1347. If unsure, say N.
  1348. config FB_S3C2410_DEBUG
  1349. bool "S3C2410 lcd debug messages"
  1350. depends on FB_S3C2410
  1351. help
  1352. Turn on debugging messages. Note that you can set/unset at run time
  1353. through sysfs
  1354. config FB_SM501
  1355. tristate "Silicon Motion SM501 framebuffer support"
  1356. depends on FB && MFD_SM501
  1357. select FB_CFB_FILLRECT
  1358. select FB_CFB_COPYAREA
  1359. select FB_CFB_IMAGEBLIT
  1360. ---help---
  1361. Frame buffer driver for the CRT and LCD controllers in the Silicon
  1362. Motion SM501.
  1363. This driver is also available as a module ( = code which can be
  1364. inserted and removed from the running kernel whenever you want). The
  1365. module will be called sm501fb. If you want to compile it as a module,
  1366. say M here and read <file:Documentation/modules.txt>.
  1367. If unsure, say N.
  1368. config FB_PNX4008_DUM
  1369. tristate "Display Update Module support on Philips PNX4008 board"
  1370. depends on FB && ARCH_PNX4008
  1371. ---help---
  1372. Say Y here to enable support for PNX4008 Display Update Module (DUM)
  1373. config FB_PNX4008_DUM_RGB
  1374. tristate "RGB Framebuffer support on Philips PNX4008 board"
  1375. depends on FB_PNX4008_DUM
  1376. select FB_CFB_FILLRECT
  1377. select FB_CFB_COPYAREA
  1378. select FB_CFB_IMAGEBLIT
  1379. ---help---
  1380. Say Y here to enable support for PNX4008 RGB Framebuffer
  1381. config FB_IBM_GXT4500
  1382. tristate "Framebuffer support for IBM GXT4500P adaptor"
  1383. depends on PPC
  1384. select FB_CFB_FILLRECT
  1385. select FB_CFB_COPYAREA
  1386. select FB_CFB_IMAGEBLIT
  1387. ---help---
  1388. Say Y here to enable support for the IBM GXT4500P display
  1389. adaptor, found on some IBM System P (pSeries) machines.
  1390. config FB_PS3
  1391. bool "PS3 GPU framebuffer driver"
  1392. depends on FB && PPC_PS3
  1393. select PS3_PS3AV
  1394. select FB_CFB_FILLRECT
  1395. select FB_CFB_COPYAREA
  1396. select FB_CFB_IMAGEBLIT
  1397. ---help---
  1398. Include support for the virtual frame buffer in the PS3 platform.
  1399. config FB_PS3_DEFAULT_SIZE_M
  1400. int "PS3 default frame buffer size (in MiB)"
  1401. depends on FB_PS3
  1402. default 18
  1403. ---help---
  1404. This is the default size (in MiB) of the virtual frame buffer in
  1405. the PS3.
  1406. The default value can be overridden on the kernel command line
  1407. using the "ps3fb" option (e.g. "ps3fb=9M");
  1408. config FB_VIRTUAL
  1409. tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
  1410. depends on FB
  1411. select FB_CFB_FILLRECT
  1412. select FB_CFB_COPYAREA
  1413. select FB_CFB_IMAGEBLIT
  1414. ---help---
  1415. This is a `virtual' frame buffer device. It operates on a chunk of
  1416. unswappable kernel memory instead of on the memory of a graphics
  1417. board. This means you cannot see any output sent to this frame
  1418. buffer device, while it does consume precious memory. The main use
  1419. of this frame buffer device is testing and debugging the frame
  1420. buffer subsystem. Do NOT enable it for normal systems! To protect
  1421. the innocent, it has to be enabled explicitly at boot time using the
  1422. kernel option `video=vfb:'.
  1423. To compile this driver as a module, choose M here: the
  1424. module will be called vfb. In order to load it, you must use
  1425. the vfb_enable=1 option.
  1426. If unsure, say N.
  1427. if VT
  1428. source "drivers/video/console/Kconfig"
  1429. endif
  1430. if FB || SGI_NEWPORT_CONSOLE
  1431. source "drivers/video/logo/Kconfig"
  1432. endif
  1433. endmenu