代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/264095/4294959
in config.in
#
# PARIDE configuration
#
# PARIDE doesn't need PARPORT, but if PARPORT is configured as a module,
# PARIDE must also be a module. The bogus CONFIG_PARIDE_PARPORT option
# controls the choices give
www.eeworm.com/read/264095/4294989
in config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
www.eeworm.com/read/264095/4295116
in config.in
#
# USB Serial device configuration
#
mainmenu_option next_comment
comment 'USB Serial Converter support'
dep_tristate 'USB Serial Converter support' CONFIG_USB_SERIAL $CONFIG_USB
if [ "$CONFIG_USB_S
www.eeworm.com/read/264095/4295140
in config.in
mainmenu_option next_comment
comment 'I2O device support'
tristate 'I2O support' CONFIG_I2O
if [ "$CONFIG_PCI" = "y" ]; then
dep_tristate ' I2O PCI support' CONFIG_I2O_PCI $CONFIG_I2O
fi
dep_tri
www.eeworm.com/read/264095/4295166
in config.in
mainmenu_option next_comment
comment 'Fusion MPT device support'
dep_tristate "Fusion MPT (base + ScsiHost) drivers" CONFIG_FUSION $CONFIG_SCSI $CONFIG_BLK_DEV_SD
if [ "$CONFIG_FUSION" = "y" -o "$CO
www.eeworm.com/read/264095/4295218
in config.in
#
# Joystick driver configuration
#
mainmenu_option next_comment
comment 'Joysticks'
if [ "$CONFIG_INPUT" != "n" ]; then
dep_tristate 'Game port support' CONFIG_INPUT_GAMEPORT $CONFIG_INPUT
www.eeworm.com/read/264095/4295265
in config.in
#
# drm device configuration
#
# This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
#
tristate ' 3dfx Banshee/Voodoo3+' CONFIG_DRM_TDFX
#trista
www.eeworm.com/read/264095/4295337
in config.in
#
# drm device configuration
#
# This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.0 (old version).
#
tristate ' 3dfx Banshee/Voodoo3+' CONFIG_DRM40_TDFX
tris
www.eeworm.com/read/264095/4295364
in config.in
#
# PCMCIA character device configuration
#
mainmenu_option next_comment
comment 'PCMCIA character devices'
if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SERIAL_8250" = "y" ]; then
dep_tristate 'PCMCIA
www.eeworm.com/read/264095/4295477
in config.in
#
# Ftape configuration
#
dep_tristate ' Zftape, the VFS interface' CONFIG_ZFTAPE $CONFIG_FTAPE
if [ "$CONFIG_ZFTAPE" != "n" ]; then
int ' Default block size' CONFIG_ZFT_DFLT_BLK_SZ 10240
comm