代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/179911/5295167
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/179911/5295187
in config.in
#
# Block device driver configuration
#
mainmenu_option next_comment
comment 'Block devices'
tristate 'Normal PC floppy disk support' CONFIG_BLK_DEV_FD
if [ "$CONFIG_AMIGA" = "y" ]; then
tristate
www.eeworm.com/read/179911/5295206
in config.in
#
# PCI configuration
#
if [ "$CONFIG_PCI" = "y" ]; then
bool 'PCI device name database' CONFIG_PCI_NAMES
fi
www.eeworm.com/read/179911/5295234
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/179911/5295349
in config.in
# drivers/sound/Config.in
#
# 18 Apr 1998, Michael Elizabeth Chastain,
# More hacking for modularisation.
#
# Prompt user for primary drivers.
dep_tristate ' C-Media PCI (CMI
www.eeworm.com/read/179911/5295402
in config.in
#
# FC4 device configuration
#
mainmenu_option next_comment
comment 'Fibre Channel support'
tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
comment 'FC4
www.eeworm.com/read/179911/5295420
in config.in
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
# Parport configuration.
#
mainmenu_option next_comment
comment 'Parallel port suppor
www.eeworm.com/read/179911/5295478
in config.in
#
# USB device configuration
#
mainmenu_option next_comment
comment 'USB support'
tristate 'Support for USB' CONFIG_USB
if [ ! "$CONFIG_USB" = "n" ]; then
bool ' USB verbose debug messages' CONFI
www.eeworm.com/read/179911/5295512
in config.in
#
# USB Serial device configuration
#
mainmenu_option next_comment
comment 'USB Serial Converter support'
tristate 'USB Serial Converter support' CONFIG_USB_SERIAL $CONFIG_USB
if [ "$CONFIG_USB_SERIA
www.eeworm.com/read/179911/5295537
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