Kconfig 52 KB

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