Kconfig 50 KB

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