Kconfig 51 KB

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