代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/309123/13681850
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/309120/13681898
in config.in
#
# PCI configuration
#
if [ "$CONFIG_PCI" = "y" ]; then
bool 'PCI device name database' CONFIG_PCI_NAMES
fi
www.eeworm.com/read/309117/13681929
in config.in
#
# Character device configuration
#
mainmenu_option next_comment
comment 'I2C support'
tristate 'I2C support' CONFIG_I2C
if [ "$CONFIG_I2C" != "n" ]; then
dep_tristate 'I2C bit-banging interfac
www.eeworm.com/read/302122/13841813
in config.in
mainmenu_option next_comment
comment 'MMC/SD device drivers'
tristate 'Multi Media Card & Secure Digital Memory Card support' CONFIG_MMC
if [ "$CONFIG_MMC" = "y" -o "$CONFIG_MMC" = "m" ]; then
dep
www.eeworm.com/read/301579/13855916
config a.config
www.eeworm.com/read/238519/13878920
in config.in
#
# USB Host Controller Drivers
#
comment 'USB Host Controller Drivers'
dep_tristate ' EHCI HCD (USB 2.0) support (EXPERIMENTAL)' CONFIG_USB_EHCI_HCD $CONFIG_USB $CONFIG_EXPERIMENTAL
if [ "$CONFIG_US
www.eeworm.com/read/152660/5672422
in config.in
# $Id: Config.in,v 1.1.1.1 2004/02/04 10:37:38 laputa Exp $
mainmenu_option next_comment
comment 'Private Data'
bool 'Support VIVI private data' CONFIG_PRIV
if [ "$CONFIG_PRIV" = "y" ]; then
bool
www.eeworm.com/read/152660/5672438
in config.in
# drivers/mtd/nand/Config.in
# $Id: Config.in,v 1.1.1.1 2004/02/04 10:37:37 laputa Exp $
mainmenu_option next_comment
comment 'NAND Flash Device Drivers'
dep_bool 'NAND Device Support' CONFIG_MTD_
www.eeworm.com/read/152660/5672443
in config.in
# drivers/mtd/chips/Config.in
# $Id: Config.in,v 1.1.1.1 2004/02/04 10:37:37 laputa Exp $
mainmenu_option next_comment
comment 'NOR Flash chip drivers'
dep_bool 'NOR Device Support' CONFIG_MTD_NOR
www.eeworm.com/read/152660/5672450
in config.in
# drivers/mtd/maps/Config.in
# $Id: Config.in,v 1.1.1.1 2004/02/04 10:37:37 laputa Exp $
mainmenu_option next_comment
comment 'Mapping drivers for chip access'
dep_bool 'Flash device mapped on Str