Kconfig 51 KB

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