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

📄 config.in

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 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   fi   if [ "$CONFIG_ARCH_ACORN" = "y" ]; then      bool '  Acorn VIDC support' CONFIG_FB_ACORN   fi   dep_tristate '  Cyber2000 support' CONFIG_FB_CYBER2000 $CONFIG_PCI   if [ "$CONFIG_ARCH_SA1100" = "y" ]; then      bool '  SA-1100 LCD support' CONFIG_FB_SA1100   fi   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   fi   if [ "$CONFIG_PPC" = "y" ]; then      bool '  Open Firmware frame buffer device support' CONFIG_FB_OF      bool '  Apple "control" display support' CONFIG_FB_CONTROL      bool '  Apple "platinum" display support' CONFIG_FB_PLATINUM      bool '  Apple "valkyrie" display support' CONFIG_FB_VALKYRIE      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_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_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 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 second head support' 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	 tristate '  ATI Rage 128 display support (EXPERIMENTAL)' CONFIG_FB_ATY128	 tristate '  3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL)' CONFIG_FB_3DFX	 tristate '  SIS 630/540 display support (EXPERIMENTAL)' CONFIG_FB_SIS      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	 fi      fi   fi   if [ "$CONFIG_HD64461" = "y" ]; then      tristate '  HD64461 Frame Buffer support' CONFIG_FB_HIT   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 \	   "$CONFIG_FB_MAC" = "y" -o "$CONFIG_FB_RETINAZ3" = "y" -o \	   "$CONFIG_FB_VIRGE" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" -o \	   "$CONFIG_FB_BWTWO" = "y" -o "$CONFIG_FB_CLGEN" = "y" ]; then	 define_tristate CONFIG_FBCON_MFB y      else	 if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_AMIGA" = "m" -o \	      "$CONFIG_FB_ATARI" = "m" -o "$CONFIG_FB_CYBER" = "m" -o \	      "$CONFIG_FB_MAC" = "m" -o "$CONFIG_FB_RETINAZ3" = "m" -o \	      "$CONFIG_FB_VIRGE" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" -o \	      "$CONFIG_FB_BWTWO" = "m" -o "$CONFIG_FB_CLGEN" = "m" ]; then	    define_tristate CONFIG_FBCON_MFB m	 fi      fi      if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_MAC" = "y" -o \	   "$CONFIG_FB_SA1100" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" ]; then	 define_tristate CONFIG_FBCON_CFB2 y

⌨️ 快捷键说明

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