代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/128531/5989447
in config.in
#
# IP VS configuration
#
mainmenu_option next_comment
comment ' IP: Virtual Server Configuration'
tristate 'virtual server support (EXPERIMENTAL)' CONFIG_IP_VS
if [ "$CONFIG_IP_VS" != "n" ]; then
www.eeworm.com/read/128531/5989495
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/128531/5989541
in config.in
dep_tristate ' IrCOMM protocol' CONFIG_IRCOMM $CONFIG_IRDA
www.eeworm.com/read/128531/5989550
in config.in
dep_tristate ' IrLAN protocol' CONFIG_IRLAN $CONFIG_IRDA
www.eeworm.com/read/128531/5989560
in config.in
if [ "$CONFIG_NETDEVICES" != "n" ]; then
dep_tristate ' IrNET protocol' CONFIG_IRNET $CONFIG_IRDA $CONFIG_PPP
fi
www.eeworm.com/read/127781/5996748
in config.in
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
mainmenu_option next_comment
comment 'Profiling support'
bool 'Profiling support (EXPERIMENTAL)' CONFIG_PROFILING
if [ "$CONFIG_PROFILING" = "y" ]
www.eeworm.com/read/127781/5996906
in config.in
mainmenu_option next_comment
comment 'Drivers for ETRAX 100LX built-in interfaces'
bool 'Ethernet support' CONFIG_ETRAX_ETHERNET
if [ "$CONFIG_ETRAX_ETHERNET" = "y" ]; then
# this is just so that the
www.eeworm.com/read/127781/5997052
in config.in
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
mainmenu_option next_comment
comment 'Profiling support'
bool 'Profiling support (EXPERIMENTAL)' CONFIG_PROFILING
if [ "$CONFIG_PROFILING" = "y" ]
www.eeworm.com/read/127781/5997237
in config.in
#
# MPC8xx Communication options
#
mainmenu_option next_comment
comment 'MPC8xx CPM Options'
if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
bool 'CPM SCC Ethernet' CONFIG_SCC_ENET
if [ "$CONFIG_SCC_EN
www.eeworm.com/read/127781/5997416
in config.in
#
# MPC8260 Communication options
#
mainmenu_option next_comment
comment 'MPC8260 CPM Options'
bool 'Enable SCC Console' CONFIG_SCC_CONSOLE
if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
bool 'CPM SCC Et