代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/479151/1340613
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/479151/1340746
in config.in
#
# Video configuration
#
mainmenu_option next_comment
comment 'Frame-buffer support'
bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FB
if [ "$CONFIG_FB" = "y" ]; then
define_bool
www.eeworm.com/read/479151/1342980
in config.in
#
# NCP Filesystem configuration
#
dep_mbool ' Packet signatures' CONFIG_NCPFS_PACKET_SIGNING $CONFIG_NCP_FS
dep_mbool ' Proprietary file locking' CONFIG_NCPFS_IOCTL_LOCKING $CONFIG_NCP_FS
dep_mbool
www.eeworm.com/read/479151/1343113
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/479151/1343639
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/479151/1343767
in config.in
#
# Bluetooth configuration
#
if [ "$CONFIG_NET" != "n" ]; then
mainmenu_option next_comment
comment 'Bluetooth support'
dep_tristate 'Bluetooth subsystem support' CONFIG_BLUEZ $CONFIG_NET
www.eeworm.com/read/479151/1343798
in config.in
#
# kHTTPd
#
tristate ' Kernel httpd acceleration (EXPERIMENTAL)' CONFIG_KHTTPD
www.eeworm.com/read/479151/1343837
in config.in
#
# IPv6 configuration
#
#bool ' IPv6: flow policy support' CONFIG_RT6_POLICY
#bool ' IPv6: firewall support' CONFIG_IPV6_FIREWALL
if [ "$CONFIG_NETFILTER" != "n" ]; then
source net/ipv6/n
www.eeworm.com/read/479151/1343846
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/479151/1343857
in config.in
#
# IPX configuration
#
bool ' IPX: Full internal IPX network' CONFIG_IPX_INTERN
#if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
# dep_tristate ' IPX: SPX networking (EXPERIMENTAL)' CONFIG_SPX $CONFIG_