Kconfig 46 KB

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