代码搜索:Config

找到约 10,000 项符合「Config」的源代码

代码结果 10,000
www.eeworm.com/read/368386/2818576

in config.in

# # Arcnet configuration # mainmenu_option next_comment comment 'ARCnet devices' tristate 'ARCnet support' CONFIG_ARCNET if [ "$CONFIG_ARCNET" != "n" ]; then dep_tristate 'Enable standard ARCNet
www.eeworm.com/read/368386/2818595

in config.in

mainmenu_option next_comment comment 'Infrared-port device drivers' comment 'SIR device drivers' dep_tristate 'IrTTY (uses Linux serial driver)' CONFIG_IRTTY_SIR $CONFIG_IRDA dep_tristate 'IrPORT (Ir
www.eeworm.com/read/368386/2818618

in config.in

# # PCMCIA Network device configuration # mainmenu_option next_comment comment 'PCMCIA network device support' bool 'PCMCIA network device support' CONFIG_NET_PCMCIA if [ "$CONFIG_NET_PCMCIA" = "y"
www.eeworm.com/read/368386/2818697

in config.in

# # wan devices configuration # mainmenu_option next_comment comment 'Wan interfaces' bool 'Wan interfaces support' CONFIG_WAN if [ "$CONFIG_WAN" = "y" ]; then # There is no way to detect a comtrol
www.eeworm.com/read/368386/2818775

in config.in

comment 'AX.25 network device drivers' dep_tristate 'Serial port KISS driver' CONFIG_MKISS $CONFIG_AX25 dep_tristate 'Serial port 6PACK driver' CONFIG_6PACK $CONFIG_AX25 dep_tristate 'BPQ Ethernet dr
www.eeworm.com/read/368386/2820227

in config.in

# # IP netfilter configuration # mainmenu_option next_comment comment ' IPv6: Netfilter Configuration' #tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK #if [ "$CONFIG_
www.eeworm.com/read/368386/2820267

in config.in

# # IP netfilter configuration # mainmenu_option next_comment comment ' IP: Netfilter Configuration' tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP_NF_CONNTRACK if [ "$CONFIG_IP_NF
www.eeworm.com/read/368386/2820307

in config.in

dep_tristate ' IrCOMM protocol' CONFIG_IRCOMM $CONFIG_IRDA
www.eeworm.com/read/368386/2820317

in config.in

dep_tristate ' IrLAN protocol' CONFIG_IRLAN $CONFIG_IRDA
www.eeworm.com/read/368386/2820328

in config.in

if [ "$CONFIG_NETDEVICES" != "n" ]; then dep_tristate ' IrNET protocol' CONFIG_IRNET $CONFIG_IRDA $CONFIG_PPP fi