⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 基于ti公司davinci系统linux下vpbe驱动程序
💻
📖 第 1 页 / 共 3 页
字号:
## Video configuration#menu "Graphics support"config FB	bool "Support for frame buffer devices"	---help---	  The frame buffer device provides an abstraction for the graphics	  hardware. It represents the frame buffer of some video hardware and	  allows application software to access the graphics hardware through	  a well-defined interface, so the software doesn't need to know	  anything about the low-level (hardware register) stuff.	  Frame buffer devices work identically across the different	  architectures supported by Linux and make the implementation of	  application programs easier and more portable; at this point, an X	  server exists which uses the frame buffer device exclusively.	  On several non-X86 architectures, the frame buffer device is the	  only way to use the graphics hardware.	  The device is accessed through special device nodes, usually located	  in the /dev directory, i.e. /dev/fb*.	  You need an utility program called fbset to make full use of frame	  buffer devices. Please read <file:Documentation/fb/framebuffer.txt>	  and the Framebuffer-HOWTO at	  <http://www.tahallah.demon.co.uk/programming/prog.html> for more	  information.	  Say Y here and to the driver for your graphics board below if you	  are compiling a kernel for a non-x86 architecture.	  If you are compiling for the x86 architecture, you can say Y if you	  want to play with it, but it is not essential. Please note that	  running graphical applications that directly touch the hardware	  (e.g. an accelerated X server) and that are not frame buffer	  device-aware may cause unexpected results. If unsure, say N.config FB_MODE_HELPERS        bool "Enable Video Mode Handling Helpers"        depends on FB	default n	---help---	  This enables functions for handling video modes using the	  Generalized Timing Formula and the EDID parser. A few drivers rely          on this feature such as the radeonfb, rivafb, and the i810fb. If	  your driver does not take advantage of this feature, choosing Y will	  just increase the kernel size by about 5K.config FB_TILEBLITTING       bool "Enable Tile Blitting Support"       depends on FB       default n       ---help---         This enables tile blitting.  Tile blitting is a drawing technique	 where the screen is divided into rectangular sections (tiles), whereas	 the standard blitting divides the screen into pixels. Because the	 default drawing element is a tile, drawing functions will be passed	 parameters in terms of number of tiles instead of number of pixels.	 For example, to draw a single character, instead of using bitmaps,	 an index to an array of bitmaps will be used.  To clear or move a	 rectangular section of a screen, the rectangle will be described in	 terms of number of tiles in the x- and y-axis.	 This is particularly important to one driver, matroxfb.  If	 unsure, say N.config FB_CIRRUS	tristate "Cirrus Logic support"	depends on FB && (ZORRO || PCI)	---help---	  This enables support for Cirrus Logic GD542x/543x based boards on	  Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.	  If you have a PCI-based system, this enables support for these	  chips: GD-543x, GD-544x, GD-5480.	  Please read the file <file:Documentation/fb/cirrusfb.txt>.	  Say N unless you have such a graphics board or plan to get one	  before you next recompile the kernel.config FB_PM2	tristate "Permedia2 support"	depends on FB && ((AMIGA && BROKEN) || PCI)	help	  This is the frame buffer device driver for the Permedia2 AGP frame	  buffer card from ASK, aka `Graphic Blaster Exxtreme'.  There is a	  product page at	  <http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.config FB_PM2_FIFO_DISCONNECT	bool "enable FIFO disconnect feature"	depends on FB_PM2 && PCI	help	  Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).config FB_ARMCLCD	tristate "ARM PrimeCell PL110 support"	depends on FB && ARM && ARM_AMBA	help	  This framebuffer device driver is for the ARM PrimeCell PL110	  Colour LCD controller.  ARM PrimeCells provide the building	  blocks for System on a Chip devices.	  If you want to compile this as a module (=code which can be	  inserted into and removed from the running kernel), say M	  here and read <file:Documentation/modules.txt>.  The module	  will be called amba-clcd.config FB_ACORN	bool "Acorn VIDC support"	depends on FB && ARM && ARCH_ACORN	help	  This is the frame buffer device driver for the Acorn VIDC graphics	  hardware found in Acorn RISC PCs and other ARM-based machines.  If	  unsure, say N.config FB_CLPS711X	bool "CLPS711X LCD support"	depends on FB && ARM && ARCH_CLPS711Xconfig FB_SA1100	bool "SA-1100 LCD support"	depends on FB && ARM && ARCH_SA1100	help	  This is a framebuffer device for the SA-1100 LCD Controller.	  See <http://www.linux-fbdev.org/> for information on framebuffer	  devices.	  If you plan to use the LCD display with your SA-1100 system, say	  Y here.config FB_CYBER2000	tristate "CyberPro 2000/2010/5000 support"	depends on FB && PCI && (BROKEN || !SPARC64)	help	  This enables support for the Integraphics CyberPro 20x0 and 5000	  VGA chips used in the Rebel.com Netwinder and other machines.	  Say Y if you have a NetWinder or a graphics card containing this	  device, otherwise say N.config FB_APOLLO	bool	depends on FB && APOLLO	default yconfig FB_Q40	bool	depends on FB && Q40	default yconfig FB_AMIGA	tristate "Amiga native chipset support"	depends on FB && AMIGA	help	  This is the frame buffer device driver for the builtin graphics	  chipset found in Amigas.	  To compile this driver as a module, choose M here: the	  module will be called amifb.config FB_AMIGA_OCS	bool "Amiga OCS chipset support"	depends on FB_AMIGA	help	  This enables support for the original Agnus and Denise video chips,	  found in the Amiga 1000 and most A500's and A2000's. If you intend	  to run Linux on any of these systems, say Y; otherwise say N.config FB_AMIGA_ECS	bool "Amiga ECS chipset support"	depends on FB_AMIGA	help	  This enables support for the Enhanced Chip Set, found in later	  A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If	  you intend to run Linux on any of these systems, say Y; otherwise	  say N.config FB_AMIGA_AGA	bool "Amiga AGA chipset support"	depends on FB_AMIGA	help	  This enables support for the Advanced Graphics Architecture (also	  known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T	  and CD32. If you intend to run Linux on any of these systems, say Y;	  otherwise say N.config FB_CYBER	tristate "Amiga CyberVision 64 support"	depends on FB && ZORRO && BROKEN	help	  This enables support for the Cybervision 64 graphics card from	  Phase5. Please note that its use is not all that intuitive (i.e. if	  you have any questions, be sure to ask!). Say N unless you have a	  Cybervision 64 or plan to get one before you next recompile the	  kernel. Please note that this driver DOES NOT support the	  Cybervision 64/3D card, as they use incompatible video chips.config FB_VIRGE	bool "Amiga CyberVision 64/3D support "	depends on FB && ZORRO && BROKEN	help	  This enables support for the Cybervision 64/3D graphics card from	  Phase5. Please note that its use is not all that intuitive (i.e. if	  you have any questions, be sure to ask!). Say N unless you have a	  Cybervision 64/3D or plan to get one before you next recompile the	  kernel. Please note that this driver DOES NOT support the older	  Cybervision 64 card, as they use incompatible video chips.config FB_RETINAZ3	tristate "Amiga Retina Z3 support"	depends on FB && ZORRO && BROKEN	help	  This enables support for the Retina Z3 graphics card. Say N unless	  you have a Retina Z3 or plan to get one before you next recompile	  the kernel.config FB_FM2	bool "Amiga FrameMaster II/Rainbow II support"	depends on FB && ZORRO	help	  This is the frame buffer device driver for the Amiga FrameMaster	  card from BSC (exhibited 1992 but not shipped as a CBM product).config FB_ATARI	bool "Atari native chipset support"	depends on FB && ATARI && BROKEN	help	  This is the frame buffer device driver for the builtin graphics	  chipset found in Ataris.config FB_OF	bool "Open Firmware frame buffer device support"	depends on FB && (PPC64 || PPC_OF)	help	  Say Y if you want support with Open Firmware for your graphics	  board.config FB_CONTROL	bool "Apple \"control\" display support"	depends on FB && PPC_PMAC	help	  This driver supports a frame buffer for the graphics adapter in the	  Power Macintosh 7300 and others.config FB_PLATINUM	bool "Apple \"platinum\" display support"	depends on FB && PPC_PMAC	help	  This driver supports a frame buffer for the "platinum" graphics	  adapter in some Power Macintoshes.config FB_VALKYRIE	bool "Apple \"valkyrie\" display support"	depends on FB && (MAC || PPC_PMAC)	help	  This driver supports a frame buffer for the "valkyrie" graphics	  adapter in some Power Macintoshes.config FB_CT65550	bool "Chips 65550 display support"	depends on FB && PPC	help	  This is the frame buffer device driver for the Chips & Technologies	  65550 graphics chip in PowerBooks.config FB_ASILIANT	bool "Chips 69000 display support"	depends on FB && PCIconfig FB_IMSTT	bool "IMS Twin Turbo display support"	depends on FB && PCI	help	  The IMS Twin Turbo is a PCI-based frame buffer card bundled with	  many Macintosh and compatible computers.config FB_S3TRIO	bool "S3 Trio display support"	depends on FB && PPC && BROKEN	help	  If you have a S3 Trio say Y. Say N for S3 Virge.config FB_VGA16	tristate "VGA 16-color graphics support"	depends on FB && (X86 || PPC)	help	  This is the frame buffer device driver for VGA 16 color graphic	  cards. Say Y if you have such a card.	  To compile this driver as a module, choose M here: the	  module will be called vga16fb.config FB_STI	tristate "HP STI frame buffer device support"	depends on FB && PARISC	default y	---help---	  STI refers to the HP "Standard Text Interface" which is a set of	  BIOS routines contained in a ROM chip in HP PA-RISC based machines.	  Enabling this option will implement the linux framebuffer device	  using calls to the STI BIOS routines for initialisation.		  If you enable this option, you will get a planar framebuffer device	  /dev/fb which will work on the most common HP graphic cards of the	  NGLE family, including the artist chips (in the 7xx and Bxxx series),	  HCRX, HCRX24, CRX, CRX24 and VisEG series.	  It is safe to enable this option, so you should probably say "Y".config FB_MAC	bool "Generic Macintosh display support"	depends on FB && MAC#      bool '  Apple DAFB display support' CONFIG_FB_DAFBconfig FB_HP300	bool	depends on FB && HP300	default yconfig FB_TGA	tristate "TGA framebuffer support"	depends on FB && ALPHA	help	  This is the frame buffer device driver for generic TGA graphic	  cards. Say Y if you have one of those.config FB_VESA	bool "VESA VGA graphics support"	depends on FB && (X86 || X86_64)	help	  This is the frame buffer device driver for generic VESA 2.0	  compliant graphic cards. The older VESA 1.2 cards are not supported.	  You will get a boot time penguin logo at no additional cost. Please	  read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.config VIDEO_SELECT	bool	depends on FB_VESA	default yconfig FB_HGA	tristate "Hercules mono graphics support"	depends on FB && X86	help	  Say Y here if you have a Hercules mono graphics card.	  To compile this driver as a module, choose M here: the	  module will be called hgafb.	  As this card technology is 15 years old, most people will answer N	  here.config FB_HGA_ACCEL	bool "Hercules mono Acceleration functions (EXPERIMENTAL)"	depends on FB_HGA && EXPERIMENTAL	---help---	This will compile the Hercules mono graphics with	acceleration functions.config VIDEO_SELECT	bool	depends on FB && X86	default yconfig FB_SGIVW	tristate "SGI Visual Workstation framebuffer support"	depends on FB && X86_VISWS	help	  SGI Visual Workstation support for framebuffer graphics.config FB_GBE	bool "SGI Graphics Backend frame buffer support"	depends on FB && (SGI_IP32 || X86_VISWS) 	help	  This is the frame buffer device driver for SGI Graphics Backend.	  This chip is used in SGI O2 and Visual Workstation 320/540.config FB_GBE_MEM	int "Video memory size in MB"	depends on FB_GBE	default 8	help	  This is the amount of memory reserved for the framebuffer,	  which can be any value between 1MB and 8MB.config BUS_I2C	bool	depends on FB && VISWS	default yconfig FB_SUN3	bool "Sun3 framebuffer support"	depends on FB && (SUN3 || SUN3X) && BROKENconfig FB_BW2	bool "BWtwo support"	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)	help	  This is the frame buffer device driver for the BWtwo frame buffer.config FB_CG3	bool "CGthree support"	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)	help	  This is the frame buffer device driver for the CGthree frame buffer.config FB_CG6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -