📄 config.in
字号:
## Video configuration#mainmenu_option next_commentcomment 'Frame-buffer support'bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FBif [ "$CONFIG_FB" = "y" ]; then if [ "$CONFIG_SUPERH" = "y" ]; then if [ "$CONFIG_SH_KEYWEST" = "y" ]; then bool ' MediaQ MQ-200 support' CONFIG_FB_MQ200 fi else define_bool CONFIG_DUMMY_CONSOLE y fi 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 if [ "$CONFIG_FB_COBRA5272" = "y" ]; then tristate ' EPSON S1D13706 Support (EXPERIMENTAL)' CONFIG_FB_S1D13706 fi fi if [ "$CONFIG_ARCH_ACORN" = "y" ]; then bool ' Acorn VIDC support' CONFIG_FB_ACORN fi dep_bool ' Acorn VIDC support' CONFIG_FB_ACORN $CONFIG_ARCH_ACORN dep_bool ' CLPS711X LCD support' CONFIG_FB_CLPS711X $CONFIG_ARCH_CLPS711X dep_tristate ' Cyber2000 support' CONFIG_FB_CYBER2000 $CONFIG_PCI dep_bool ' SA-1100 LCD support' CONFIG_FB_SA1100 $CONFIG_ARCH_SA1100 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 bool ' Generic Macintosh display support' CONFIG_FB_MAC 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 [ "$CONFIG_X86" = "y" ]; 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_IA64" = "y" ]; then tristate ' VGA 16-color graphics console' CONFIG_FB_VGA16 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_G450 if [ "$CONFIG_FB_MATROX_G450" = "n" ]; then bool ' G100/G200/G400 support' CONFIG_FB_MATROX_G100A fi if [ "$CONFIG_FB_MATROX_G450" = "y" -o "$CONFIG_FB_MATROX_G100A" = "y" ]; then define_bool CONFIG_FB_MATROX_G100 y fi 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 ' Matrox /proc interface' CONFIG_FB_MATROX_PROC $CONFIG_FB_MATROX 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 if [ "$ARCH" = "i386" -a "$CONFIG_FB_ATY_CT" != "n" ]; then bool ' Mach64 generic LCD monitor support (EXPERIMENTAL)' CONFIG_FB_ATY_GENERIC_LCD fi fi tristate ' ATI Radeon display support (EXPERIMENTAL)' CONFIG_FB_RADEON tristate ' ATI Rage128 display support (EXPERIMENTAL)' CONFIG_FB_ATY128 tristate ' Intel 830M/845G/852GM/855GM/865G display support (EXPERIMENTAL)' CONFIG_FB_INTEL tristate ' SIS display support (EXPERIMENTAL)' CONFIG_FB_SIS if [ "$CONFIG_FB_SIS" != "n" ]; then bool ' SIS 300 series support' CONFIG_FB_SIS_300 bool ' SIS 315/330 series 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 if [ "$CONFIG_MIPS" = "y" ]; then tristate ' Epson SED1356 framebuffer support' CONFIG_FB_E1356 if [ "$CONFIG_MIPS_PB1000" = "y" -a "$CONFIG_FB_E1356" != "n" ]; then bool ' Use CRT on Pb1000 (J65)' CONFIG_PB1000_CRT bool ' Use Compsite NTSC on Pb1000 (J63)' CONFIG_PB1000_NTSC bool ' Use TFT Panel on Pb1000 (J64)' CONFIG_PB1000_TFT fi if [ "$CONFIG_MIPS_PB1500" = "y" -a "$CONFIG_FB_E1356" != "n" ]; then bool ' Use CRT on Pb1500 ' CONFIG_PB1500_CRT bool ' Use TFT Panel on Pb1500 ' CONFIG_PB1500_TFT fi if [ "$CONFIG_MIPS_PB1100" = "y" -a "$CONFIG_FB_E1356" != "n" ]; then bool ' Use CRT on Pb1100 ' CONFIG_PB1500_CRT bool ' Use TFT Panel on Pb1100 ' CONFIG_PB1500_TFT fi if [ "$CONFIG_SOC_AU1100" = "y" ]; then bool ' Au1100 LCD Driver' CONFIG_FB_AU1100 fi fi fi fi if [ "$ARCH" = "m68knommu" ]; then bool ' Dragonball frame buffer' CONFIG_FB_MC68X328 if [ "$CONFIG_FB_MC68X328" = "y" ]; then choice 'Screen type' "\ Monochrome,1=White,0=Black CONFIG_FB_MC68X328_MONO10 \ Monochrome,0=White,1=Black CONFIG_FB_MC68X328_MONO01 \ Colour CONFIG_FB_MC68X328_COLOUR \ " Monochrome,1=White,0=Black fi fi if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then bool ' SBUS and UPA framebuffers' CONFIG_FB_SBUS if [ "$CONFIG_FB_SBUS" != "n" ]; then if [ "$CONFIG_SPARC64" = "y" ]; 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 [ "$CONFIG_SPARC32" = "y" ]; 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 [ "$CONFIG_SPARC32" = "y" ]; 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 [ "$CONFIG_SPARC64" = "y" ]; 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 dep_bool ' PMAG-BA TURBOchannel framebuffer support' CONFIG_FB_PMAG_BA $CONFIG_TC dep_bool ' PMAGB-B TURBOchannel framebuffer support' CONFIG_FB_PMAGB_B $CONFIG_TC dep_bool ' Maxine (Personal DECstation) onboard framebuffer support' CONFIG_FB_MAXINE $CONFIG_TC fi if [ "$CONFIG_NINO" = "y" ]; then bool ' TMPTX3912/PR31700 frame buffer support' CONFIG_FB_TX3912 fi if [ "$CONFIG_CPU_S3C44B0X" = "y" ]; then tristate ' Samsung S3C44B0X built-in LCD controller frame buffer support' CONFIG_FB_S3C44B0X fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then tristate ' Virtual Frame Buffer support (ONLY FOR TESTING!) (EXPERIMENTAL)' CONFIG_FB_VIRTUAL tristate ' Virtual Frame Buffer support (small 1KB VRAM) (ONLY FOR TESTING!) (EXPERIMENTAL)' CONFIG_FB_VIRTUAL_SMALL 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -