Kconfig 55 KB

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