Kconfig 46 KB

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