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

📄 config.in

📁 linux下的VIDEO接口驱动程序
💻 IN
📖 第 1 页 / 共 2 页
字号:
## Video configuration#mainmenu_option next_commentcomment 'Frame-buffer support'bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FBif [ "$CONFIG_FB" = "y" ]; then   define_bool CONFIG_DUMMY_CONSOLE y   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then      if [ "$CONFIG_PCI" = "y" ]; then         tristate '  nVidia Riva support (EXPERIMENTAL)' CONFIG_FB_RIVA      fi      if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_PCI" = "y" ]; then	 tristate '  Cirrus Logic support (EXPERIMENTAL)' CONFIG_FB_CLGEN	 tristate '  Permedia2 support (EXPERIMENTAL)' CONFIG_FB_PM2	 if [ "$CONFIG_FB_PM2" = "y" -o "$CONFIG_FB_PM2" = "m" ]; then	    if [ "$CONFIG_PCI" = "y" ]; then	       bool '    enable FIFO disconnect feature' CONFIG_FB_PM2_FIFO_DISCONNECT	       bool '    generic Permedia2 PCI board support' CONFIG_FB_PM2_PCI	    fi	    if [ "$CONFIG_AMIGA" = "y" ]; then	       bool '    Phase5 CVisionPPC/BVisionPPC support' CONFIG_FB_PM2_CVPPC	    fi	 fi      fi      if [ "$CONFIG_PCI" = "y" ]; then         tristate '  Permedia3 support (EXPERIMENTAL)' CONFIG_FB_PM3      fi   fi    bool 'Epson LCD/CRT/TV controller support' CONFIG_FB_EPSON    dep_bool '  Epson S1D13806 Support for AT91RM9200DK' CONFIG_FBCON_EPSON_S1D13806_AT91RM9200DK $CONFIG_FB_EPSON   if [ "$CONFIG_ARM" = "y" ]; then     if [ "$CONFIG_ARCH_ACORN" -o "$CONFIG_ARCH_RISCSTATION" ]; then  	bool '  Acorn VIDC support' CONFIG_FB_ACORN     else	define_bool CONFIG_FB_ACORN n     fi     dep_bool '  Anakin LCD support' CONFIG_FB_ANAKIN $CONFIG_ARCH_ANAKIN     dep_bool '  CLPS711X LCD support' CONFIG_FB_CLPS711X $CONFIG_ARCH_CLPS711X     dep_bool '  SA-1100 LCD support' CONFIG_FB_SA1100 $CONFIG_ARCH_SA1100     if [ "$CONFIG_FB_SA1100" = "y" -a "$CONFIG_SA1100_CERF" = "y" ]; then        choice 'CerfBoard LCD Display Size' \		"3.8_Color		CONFIG_CERF_LCD_38_A \		 3.8_Mono		CONFIG_CERF_LCD_38_B \		 5.7		CONFIG_CERF_LCD_57_A \		 7.2		CONFIG_CERF_LCD_72_A" 5.7     fi     if [ "$CONFIG_FB_SA1100" = "y" -a "$CONFIG_SA1100_CERF_CPLD" = "y" ]; then       bool 'Cerfboard Backlight (CerfPDA)' CONFIG_SA1100_CERF_LCD_BACKLIGHT     fi   fi   dep_tristate '  CyberPro 2000/2010/5000 support' CONFIG_FB_CYBER2000 $CONFIG_PCI   if [ "$CONFIG_APOLLO" = "y" ]; then      define_bool CONFIG_FB_APOLLO y   fi   if [ "$CONFIG_Q40" = "y" ]; then      define_bool CONFIG_FB_Q40 y   fi   if [ "$CONFIG_AMIGA" = "y" ]; then      tristate '  Amiga native chipset support' CONFIG_FB_AMIGA      if [ "$CONFIG_FB_AMIGA" != "n" ]; then	 bool '    Amiga OCS chipset support' CONFIG_FB_AMIGA_OCS	 bool '    Amiga ECS chipset support' CONFIG_FB_AMIGA_ECS	 bool '    Amiga AGA chipset support' CONFIG_FB_AMIGA_AGA      fi   fi   if [ "$CONFIG_ZORRO" = "y" ]; then      tristate '  Amiga CyberVision support' CONFIG_FB_CYBER      if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then	 bool '  Amiga CyberVision3D support (EXPERIMENTAL)' CONFIG_FB_VIRGE	 tristate '  Amiga RetinaZ3 support (EXPERIMENTAL)' CONFIG_FB_RETINAZ3	 bool '  Amiga FrameMaster II/Rainbow II support (EXPERIMENTAL)' CONFIG_FB_FM2      fi   fi   if [ "$CONFIG_ATARI" = "y" ]; then      bool '  Atari native chipset support' CONFIG_FB_ATARI      tristate '  ATI Mach64 display support' CONFIG_FB_ATY      if [ "$CONFIG_FB_ATY" != "n" ]; then	 define_bool CONFIG_FB_ATY_GX y      fi   fi   if [ "$CONFIG_PPC" = "y" ]; then      dep_bool '  Open Firmware frame buffer device support' CONFIG_FB_OF $CONFIG_ALL_PPC      dep_bool '  Apple "control" display support' CONFIG_FB_CONTROL $CONFIG_ALL_PPC      dep_bool '  Apple "platinum" display support' CONFIG_FB_PLATINUM $CONFIG_ALL_PPC      dep_bool '  Apple "valkyrie" display support' CONFIG_FB_VALKYRIE $CONFIG_ALL_PPC      bool '  Chips 65550 display support' CONFIG_FB_CT65550      bool '  IMS Twin Turbo display support' CONFIG_FB_IMSTT      bool '  S3 Trio display support' CONFIG_FB_S3TRIO      tristate '  VGA 16-color graphics console' CONFIG_FB_VGA16   fi   if [ "$CONFIG_PARISC" = "y" ]; then      bool '  Generic STI frame buffer device support' CONFIG_FB_STI   fi   if [ "$CONFIG_MAC" = "y" ]; then      define_bool CONFIG_FB_MAC y      bool '  Apple "valkyrie" display support' CONFIG_FB_VALKYRIE#      bool '  Apple DAFB display support' CONFIG_FB_DAFB   fi   if [ "$CONFIG_HP300" = "y" ]; then      define_bool CONFIG_FB_HP300 y   fi   if [ "$ARCH" = "alpha" ]; then      tristate '  TGA framebuffer support' CONFIG_FB_TGA   fi   if [ "$ARCH" = "i386" ]; then      bool '  VESA VGA graphics console' CONFIG_FB_VESA      tristate '  VGA 16-color graphics console' CONFIG_FB_VGA16      tristate '  Hercules mono graphics console (EXPERIMENTAL)' CONFIG_FB_HGA      define_bool CONFIG_VIDEO_SELECT y   fi   if [ "$CONFIG_VISWS" = "y" ]; then      tristate '  SGI Visual Workstation framebuffer support' CONFIG_FB_SGIVW      define_bool CONFIG_BUS_I2C y   fi   if [ "$CONFIG_SUN3" = "y" -o "$CONFIG_SUN3X" = "y" ]; then      bool '  Sun3 framebuffer support' CONFIG_FB_SUN3      if [ "$CONFIG_FB_SUN3" != "n" ]; then         bool '    BWtwo support' CONFIG_FB_BWTWO         bool '    CGsix (GX,TurboGX) support' CONFIG_FB_CGSIX      fi   fi   if [ "$CONFIG_SH_DREAMCAST" = "y" ]; then      tristate '  NEC PowerVR 2 display support' CONFIG_FB_PVR2      dep_bool '    Debug pvr2fb' CONFIG_FB_PVR2_DEBUG $CONFIG_FB_PVR2   fi   if [ "$CONFIG_SUPERH" = "y" ]; then      bool '  Epson 1355 framebuffer support' CONFIG_FB_E1355      if [ "$CONFIG_FB_E1355" = "y" ]; then         hex '    Register Base Address' CONFIG_E1355_REG_BASE a8000000         hex '    Framebuffer Base Address' CONFIG_E1355_FB_BASE a8200000      fi   fi   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then      if [ "$CONFIG_PCI" != "n" ]; then	 tristate '  Matrox acceleration (EXPERIMENTAL)' CONFIG_FB_MATROX	 if [ "$CONFIG_FB_MATROX" != "n" ]; then	    bool '    Millennium I/II support' CONFIG_FB_MATROX_MILLENIUM	    bool '    Mystique support' CONFIG_FB_MATROX_MYSTIQUE	    bool '    G100/G200/G400/G450/G550 support' CONFIG_FB_MATROX_G100            if [ "$CONFIG_I2C" != "n" ]; then	       dep_tristate '      Matrox I2C support' CONFIG_FB_MATROX_I2C $CONFIG_FB_MATROX $CONFIG_I2C_ALGOBIT	       if [ "$CONFIG_FB_MATROX_G100" = "y" ]; then	          dep_tristate '      G400 second head support' CONFIG_FB_MATROX_MAVEN $CONFIG_FB_MATROX_I2C	       fi            fi            dep_tristate '      G450/G550 second head support (mandatory for G550)' CONFIG_FB_MATROX_G450 $CONFIG_FB_MATROX_G100	    bool '    Multihead support' CONFIG_FB_MATROX_MULTIHEAD	 fi	 tristate '  ATI Mach64 display support (EXPERIMENTAL)' CONFIG_FB_ATY	 if [ "$CONFIG_FB_ATY" != "n" ]; then	    bool '    Mach64 GX support (EXPERIMENTAL)' CONFIG_FB_ATY_GX	    bool '    Mach64 CT/VT/GT/LT (incl. 3D RAGE) support' CONFIG_FB_ATY_CT	 fi 	 tristate '  ATI Radeon display support (EXPERIMENTAL)' CONFIG_FB_RADEON	 tristate '  ATI Rage128 display support (EXPERIMENTAL)' CONFIG_FB_ATY128	 tristate '  SIS acceleration (EXPERIMENTAL)' CONFIG_FB_SIS	 if [ "$CONFIG_FB_SIS" != "n" ]; then	    bool '    SIS 630/540/730 support' CONFIG_FB_SIS_300	    bool '    SIS 315H/315 support' CONFIG_FB_SIS_315	 fi	 tristate '  NeoMagic display support (EXPERIMENTAL)' CONFIG_FB_NEOMAGIC	 tristate '  3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL)' CONFIG_FB_3DFX	 tristate '  3Dfx Voodoo Graphics (sst1) support (EXPERIMENTAL)' CONFIG_FB_VOODOO1	 tristate '  Trident support (EXPERIMENTAL)' CONFIG_FB_TRIDENT      fi   fi   if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then      bool '  SBUS and UPA framebuffers' CONFIG_FB_SBUS      if [ "$CONFIG_FB_SBUS" != "n" ]; then	 if [ "$ARCH" = "sparc64" ]; then	    bool '    Creator/Creator3D support' CONFIG_FB_CREATOR	 fi	 bool '    CGsix (GX,TurboGX) support' CONFIG_FB_CGSIX	 bool '    BWtwo support' CONFIG_FB_BWTWO	 bool '    CGthree support' CONFIG_FB_CGTHREE	 if [ "$ARCH" = "sparc" ]; then	    bool '    TCX (SS4/SS5 only) support' CONFIG_FB_TCX	    bool '    CGfourteen (SX) support' CONFIG_FB_CGFOURTEEN	    bool '    P9100 (Sparcbook 3 only) support' CONFIG_FB_P9100	 fi	 bool '    Leo (ZX) support' CONFIG_FB_LEO      fi   fi   if [ "$ARCH" = "sparc" ]; then      if [ "$CONFIG_PCI" != "n" ]; then	 bool '  PCI framebuffers' CONFIG_FB_PCI	 if [ "$CONFIG_FB_PCI" != "n" ]; then	    bool '    IGA 168x display support' CONFIG_FB_IGA	 fi      fi   fi   if [ "$ARCH" = "sparc64" ]; then      if [ "$CONFIG_PCI" != "n" ]; then	 bool '  PCI framebuffers' CONFIG_FB_PCI	 if [ "$CONFIG_FB_PCI" != "n" ]; then	    tristate '    ATI Mach64 display support' CONFIG_FB_ATY	    if [ "$CONFIG_FB_ATY" != "n" ]; then	       define_bool CONFIG_FB_ATY_CT y	    fi	 fi      fi   fi   if [ "$CONFIG_HD64461" = "y" ]; then      tristate '  HD64461 Frame Buffer support' CONFIG_FB_HIT   fi   if [ "$CONFIG_DECSTATION" = "y" ]; then     if [ "$CONFIG_TC" = "y" ]; then       bool '  PMAG-BA TURBOchannel framebuffer support' CONFIG_FB_PMAG_BA       bool '  PMAGB-B TURBOchannel framebuffer spport' CONFIG_FB_PMAGB_B       bool '  Maxine (Personal DECstation) onboard framebuffer spport' CONFIG_FB_MAXINE     fi   fi   if [ "$CONFIG_NINO" = "y" ]; then      bool '  TMPTX3912/PR31700 frame buffer support' CONFIG_FB_TX3912   fi   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then      tristate '  Virtual Frame Buffer support (ONLY FOR TESTING!)' CONFIG_FB_VIRTUAL   fi   bool '  Advanced low level driver options' CONFIG_FBCON_ADVANCED   if [ "$CONFIG_FBCON_ADVANCED" = "y" ]; then      tristate '    Monochrome support' CONFIG_FBCON_MFB      tristate '    2 bpp packed pixels support' CONFIG_FBCON_CFB2      tristate '    4 bpp packed pixels support' CONFIG_FBCON_CFB4      tristate '    8 bpp packed pixels support' CONFIG_FBCON_CFB8      tristate '    16 bpp packed pixels support' CONFIG_FBCON_CFB16      tristate '    24 bpp packed pixels support' CONFIG_FBCON_CFB24      tristate '    32 bpp packed pixels support' CONFIG_FBCON_CFB32      tristate '    Amiga bitplanes support' CONFIG_FBCON_AFB      tristate '    Amiga interleaved bitplanes support' CONFIG_FBCON_ILBM      tristate '    Atari interleaved bitplanes (2 planes) support' CONFIG_FBCON_IPLAN2P2      tristate '    Atari interleaved bitplanes (4 planes) support' CONFIG_FBCON_IPLAN2P4      tristate '    Atari interleaved bitplanes (8 planes) support' CONFIG_FBCON_IPLAN2P8#      tristate '    Atari interleaved bitplanes (16 planes) support' CONFIG_FBCON_IPLAN2P16      tristate '    Mac variable bpp packed pixels support' CONFIG_FBCON_MAC      tristate '    VGA 16-color planar support' CONFIG_FBCON_VGA_PLANES      tristate '    VGA characters/attributes support' CONFIG_FBCON_VGA      tristate '    HGA monochrome support (EXPERIMENTAL)' CONFIG_FBCON_HGA   else      # Guess what we need      if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_AMIGA" = "y" -o \	   "$CONFIG_FB_ATARI" = "y" -o "$CONFIG_FB_CYBER" = "y" -o \

⌨️ 快捷键说明

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