Kconfig 49 KB

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