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

📄 kconfig

📁 Linux环境下视频显示卡设备的驱动程序源代码
💻
📖 第 1 页 / 共 5 页
字号:
	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	help	  This is the frame buffer device driver for the Fujitsu Carmine chip.	  The driver provides two independent frame buffer devices.choice	depends on FB_CARMINE	prompt "DRAM timing"	default FB_CARMINE_DRAM_EVALconfig FB_CARMINE_DRAM_EVAL	bool "Eval board timings"	help	  Use timings which work on the eval card.config CARMINE_DRAM_CUSTOM	bool "Custom board timings"	help	  Use custom board timings.endchoiceconfig FB_AU1100	bool "Au1100 LCD Driver"	depends on (FB = y) && MIPS && SOC_AU1100	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	help	  This is the framebuffer driver for the AMD Au1100 SOC.  It can drive	  various panels and CRTs by passing in kernel cmd line option	  au1100fb:panel=<name>.config FB_AU1200	bool "Au1200 LCD Driver"	depends on (FB = y) && MIPS && SOC_AU1200	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	help	  This is the framebuffer driver for the AMD Au1200 SOC.  It can drive	  various panels and CRTs by passing in kernel cmd line option	  au1200fb:panel=<name>.source "drivers/video/geode/Kconfig"config FB_HIT	tristate "HD64461 Frame Buffer support"	depends on FB && HD64461	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	help	  This is the frame buffer device driver for the Hitachi HD64461 LCD	  frame buffer card.config FB_PMAG_AA	bool "PMAG-AA TURBOchannel framebuffer support"	depends on (FB = y) && TC 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)	  used mainly in the MIPS-based DECstation series.config FB_PMAG_BA	tristate "PMAG-BA TURBOchannel framebuffer support"	depends on FB && TC 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)	  used mainly in the MIPS-based DECstation series.config FB_PMAGB_B	tristate "PMAGB-B TURBOchannel framebuffer support"	depends on FB && TC 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  Support for the PMAGB-B TURBOchannel framebuffer card used mainly	  in the MIPS-based DECstation series. The card is currently only	  supported in 1280x1024x8 mode.config FB_MAXINE	bool "Maxine (Personal DECstation) onboard framebuffer support"	depends on (FB = y) && MACH_DECSTATION 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  Support for the onboard framebuffer (1024x768x8) in the Personal	  DECstation series (Personal DECstation 5000/20, /25, /33, /50,	  Codename "Maxine").config FB_G364	bool "G364 frame buffer support"	depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  The G364 driver is the framebuffer used in MIPS Magnum 4000 and	  Olivetti M700-10 systems.config FB_68328	bool "Motorola 68328 native frame buffer support"	depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	help	  Say Y here if you want to support the built-in frame buffer of	  the Motorola 68328 CPU family.config FB_PXA	tristate "PXA LCD framebuffer support"	depends on FB && ARCH_PXA	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for the built-in LCD controller in the Intel	  PXA2x0 processor.	  This driver is also available as a module ( = code which can be	  inserted and removed from the running kernel whenever you want). The	  module will be called pxafb. If you want to compile it as a module,	  say M here and read <file:Documentation/kbuild/modules.txt>.	  If unsure, say N.config FB_PXA_OVERLAY	bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"	default n	depends on FB_PXA && (PXA27x || PXA3xx)config FB_PXA_SMARTPANEL	bool "PXA Smartpanel LCD support"	default n	depends on FB_PXAconfig FB_PXA_PARAMETERS	bool "PXA LCD command line parameters"	default n	depends on FB_PXA	---help---	  Enable the use of kernel command line or module parameters	  to configure the physical properties of the LCD panel when	  using the PXA LCD driver.	  This option allows you to override the panel parameters	  supplied by the platform in order to support multiple	  different models of flatpanel. If you will only be using a	  single model of flatpanel then you can safely leave this	  option disabled.	  <file:Documentation/fb/pxafb.txt> describes the available parameters.config FB_MBX	tristate "2700G LCD framebuffer support"	depends on FB && ARCH_PXA	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Framebuffer driver for the Intel 2700G (Marathon) Graphics	  Acceleratorconfig FB_MBX_DEBUG       bool "Enable debugging info via debugfs"       depends on FB_MBX && DEBUG_FS       default n       ---help---         Enable this if you want debugging information using the debug         filesystem (debugfs)         If unsure, say N.config FB_FSL_DIU	tristate "Freescale DIU framebuffer support"	depends on FB && FSL_SOC	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	select PPC_LIB_RHEAP	---help---	  Framebuffer driver for the Freescale SoC DIUconfig FB_W100	tristate "W100 frame buffer support"	depends on FB && ARCH_PXA 	select FB_CFB_FILLRECT 	select FB_CFB_COPYAREA 	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.	  It can also drive the w3220 chip found on iPAQ hx4700.	  This driver is also available as a module ( = code which can be	  inserted and removed from the running kernel whenever you want). The	  module will be called w100fb. If you want to compile it as a module,	  say M here and read <file:Documentation/kbuild/modules.txt>.	  If unsure, say N.config FB_SH_MOBILE_LCDC	tristate "SuperH Mobile LCDC framebuffer support"	depends on FB && SUPERH	select FB_SYS_FILLRECT	select FB_SYS_COPYAREA	select FB_SYS_IMAGEBLIT	select FB_SYS_FOPS	select FB_DEFERRED_IO	---help---	  Frame buffer driver for the on-chip SH-Mobile LCD controller.config FB_TMIO	tristate "Toshiba Mobile IO FrameBuffer support"	depends on FB && MFD_CORE	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for the Toshiba Mobile IO integrated as found	  on the Sharp SL-6000 series	  This driver is also available as a module ( = code which can be	  inserted and removed from the running kernel whenever you want). The	  module will be called tmiofb. If you want to compile it as a module,	  say M here and read <file:Documentation/kbuild/modules.txt>.	  If unsure, say N.config FB_TMIO_ACCELL	bool "tmiofb acceleration"	depends on FB_TMIO	default yconfig FB_S3C2410	tristate "S3C2410 LCD framebuffer support"	depends on FB && ARCH_S3C2410	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for the built-in LCD controller in the Samsung	  S3C2410 processor.	  This driver is also available as a module ( = code which can be	  inserted and removed from the running kernel whenever you want). The	  module will be called s3c2410fb. If you want to compile it as a module,	  say M here and read <file:Documentation/kbuild/modules.txt>.	  If unsure, say N.config FB_S3C2410_DEBUG	bool "S3C2410 lcd debug messages"	depends on FB_S3C2410	help	  Turn on debugging messages. Note that you can set/unset at run time	  through sysfsconfig FB_SM501	tristate "Silicon Motion SM501 framebuffer support"	depends on FB && MFD_SM501	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for the CRT and LCD controllers in the Silicon	  Motion SM501.	  This driver is also available as a module ( = code which can be	  inserted and removed from the running kernel whenever you want). The	  module will be called sm501fb. If you want to compile it as a module,	  say M here and read <file:Documentation/kbuild/modules.txt>.	  If unsure, say N.config FB_PNX4008_DUM	tristate "Display Update Module support on Philips PNX4008 board"	depends on FB && ARCH_PNX4008	---help---	  Say Y here to enable support for PNX4008 Display Update Module (DUM)config FB_PNX4008_DUM_RGB	tristate "RGB Framebuffer support on Philips PNX4008 board"	depends on FB_PNX4008_DUM	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Say Y here to enable support for PNX4008 RGB Framebufferconfig FB_IBM_GXT4500	tristate "Framebuffer support for IBM GXT4500P adaptor"	depends on FB && PPC	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Say Y here to enable support for the IBM GXT4500P display	  adaptor, found on some IBM System P (pSeries) machines.config FB_PS3	tristate "PS3 GPU framebuffer driver"	depends on FB && PS3_PS3AV	select FB_SYS_FILLRECT	select FB_SYS_COPYAREA	select FB_SYS_IMAGEBLIT	select FB_SYS_FOPS	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE	---help---	  Include support for the virtual frame buffer in the PS3 platform.config FB_PS3_DEFAULT_SIZE_M	int "PS3 default frame buffer size (in MiB)"	depends on FB_PS3	default 9	---help---	  This is the default size (in MiB) of the virtual frame buffer in	  the PS3.	  The default value can be overridden on the kernel command line	  using the "ps3fb" option (e.g. "ps3fb=9M");config FB_XILINX	tristate "Xilinx frame buffer support"	depends on FB && XILINX_VIRTEX	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Include support for the Xilinx ML300/ML403 reference design	  framebuffer. ML300 carries a 640*480 LCD display on the board,	  ML403 uses a standard DB15 VGA connector.config FB_COBALT	tristate "Cobalt server LCD frame buffer support"	depends on FB && MIPS_COBALTconfig FB_SH7760	bool "SH7760/SH7763/SH7720/SH7721 LCDC support"	depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \		|| CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Support for the SH7760/SH7763/SH7720/SH7721 integrated	  (D)STN/TFT LCD Controller.	  Supports display resolutions up to 1024x1024 pixel, grayscale and	  color operation, with depths ranging from 1 bpp to 8 bpp monochrome	  and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for	  panels <= 320 pixel horizontal resolution.config FB_VIRTUAL	tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"	depends on FB	select FB_SYS_FILLRECT	select FB_SYS_COPYAREA	select FB_SYS_IMAGEBLIT	select FB_SYS_FOPS	---help---	  This is a `virtual' frame buffer device. It operates on a chunk of	  unswappable kernel memory instead of on the memory of a graphics	  board. This means you cannot see any output sent to this frame	  buffer device, while it does consume precious memory. The main use	  of this frame buffer device is testing and debugging the frame	  buffer subsystem. Do NOT enable it for normal systems! To protect	  the innocent, it has to be enabled explicitly at boot time using the	  kernel option `video=vfb:'.	  To compile this driver as a module, choose M here: the	  module will be called vfb. In order to load it, you must use	  the vfb_enable=1 option.	  If unsure, say N.config XEN_FBDEV_FRONTEND	tristate "Xen virtual frame buffer support"	depends on FB && XEN	select FB_SYS_FILLRECT	select FB_SYS_COPYAREA	select FB_SYS_IMAGEBLIT	select FB_SYS_FOPS	select FB_DEFERRED_IO	default y	help	  This driver implements the front-end of the Xen virtual	  frame buffer driver.  It communicates with a back-end	  in another domain.config FB_METRONOME	tristate "E-Ink Metronome/8track controller support"	depends on FB	select FB_SYS_FILLRECT	select FB_SYS_COPYAREA	select FB_SYS_IMAGEBLIT	select FB_SYS_FOPS	select FB_DEFERRED_IO	help	  This driver implements support for the E-Ink Metronome	  controller. The pre-release name for this device was 8track	  and could also have been called by some vendors as PVI-nnnn.config FB_MB862XX	tristate "Fujitsu MB862xx GDC support"	depends on FB	select FB_CFB_FILLRECT	select FB_CFB_COPYAREA	select FB_CFB_IMAGEBLIT	---help---	  Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.config FB_MB862XX_PCI

⌨️ 快捷键说明

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