代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/135153/5888674
in config.in
#
# Network device configuration
#
mainmenu_option next_comment
comment 'Network devices'
bool 'Davicom DM9000 network device' CONFIG_NETDEV_DM9000
if [ "$CONFIG_NETDEV_DM9000" = "y" ]; then
trist
www.eeworm.com/read/135153/5889559
in config.in
#
# Native language support configuration
#
# smb wants NLS
if [ "$CONFIG_SMB_FS" = "m" -o "$CONFIG_SMB_FS" = "y" ]; then
define_bool CONFIG_SMB_NLS y
else
define_bool CONFIG_SMB_NLS n
fi
# msdo
www.eeworm.com/read/135153/5889621
in config.in
#
# Partition configuration
#
bool 'Advanced partition selection' CONFIG_PARTITION_ADVANCED
if [ "$CONFIG_PARTITION_ADVANCED" = "y" ]; then
bool ' Acorn partition support' CONFIG_ACORN_PARTITION
www.eeworm.com/read/135153/5889705
in config.in
#
# IP configuration
#
bool ' IP: multicasting' CONFIG_IP_MULTICAST
bool ' IP: advanced router' CONFIG_IP_ADVANCED_ROUTER
if [ "$CONFIG_IP_ADVANCED_ROUTER" = "y" ]; then
bool ' IP: policy rout
www.eeworm.com/read/135153/5889767
in config.in
#
# Traffic control configuration.
#
tristate ' CBQ packet scheduler' CONFIG_NET_SCH_CBQ
tristate ' CSZ packet scheduler' CONFIG_NET_SCH_CSZ
#tristate ' H-PFQ packet scheduler' CONFIG_NET_SCH_HPFQ
www.eeworm.com/read/133350/5905653
in config.in
# drivers/mtd/nand/Config.in
# $Id: Config.in,v 1.3 2002/08/26 11:08:40 nandy Exp $
mainmenu_option next_comment
comment 'NAND Flash Device Drivers'
dep_bool 'NAND Device Support' CONFIG_MTD_NAND
www.eeworm.com/read/133350/5905663
in config.in
# drivers/mtd/chips/Config.in
# $Id: Config.in,v 1.2 2002/08/29 01:35:17 nandy Exp $
mainmenu_option next_comment
comment 'NOR Flash chip drivers'
dep_bool 'NOR Device Support' CONFIG_MTD_NOR $CON
www.eeworm.com/read/133350/5905675
in config.in
# drivers/mtd/maps/Config.in
# $Id: Config.in,v 1.3 2002/08/22 10:21:56 nandy Exp $
mainmenu_option next_comment
comment 'Mapping drivers for chip access'
dep_bool 'Flash device mapped on StrongAR
www.eeworm.com/read/132821/5909138
in config.in
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#
mainmenu "Core Configuration"
choice
prompt "Target Architecture"
default TARGET_ar
www.eeworm.com/read/132821/5909160
in config.in
mainmenu_option next_comment
comment 'Memory '
comment ' Memory controller '
bool '8-bit PROM/SRAM bus support ' CONFIG_MCTRL_8BIT
bool '16-bit PROM/SRAM bus support ' CONF