Kconfig 46 KB

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