Kconfig 54 KB

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