Kconfig 51 KB

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