代码搜索:Config

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

代码结果 10,000
www.eeworm.com/read/439082/1814259

in config.in

# # For a description of the syntax of this configuration file, # see the Configure script. # mainmenu_name "Linux/CRIS Kernel Configuration" define_bool CONFIG_UID16 y define_bool CONFIG_RWSEM_GENER
www.eeworm.com/read/439082/1814345

in config.in

# # For a description of the syntax of this configuration file, # see Documentation/kbuild/config-language.txt. # mainmenu_name "Linux Kernel Configuration" mainmenu_option next_comment comment 'Code
www.eeworm.com/read/439082/1814520

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/439082/1814591

in config.in

# BK Id: SCCS/s.config.in 1.47 12/01/01 20:09:06 benh # # For a description of the syntax of this configuration file, # see Documentation/kbuild/config-language.txt. # define_bool CONFIG_UID16 n defin
www.eeworm.com/read/439082/1814750

in config.in

# # MPC8260 Communication options # if [ "$CONFIG_NET_ETHERNET" = "y" ]; then mainmenu_option next_comment comment 'MPC8260 Communication Options' bool 'CPM SCC Ethernet' CONFIG_SCC_ENET if [
www.eeworm.com/read/439082/1818684

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/439082/1818773

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/439082/1819429

in config.in

# # File system configuration # mainmenu_option next_comment comment 'File systems' bool 'Quota support' CONFIG_QUOTA tristate 'Kernel automounter support' CONFIG_AUTOFS_FS tristate 'Kernel automount
www.eeworm.com/read/439082/1819581

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/439082/1819744

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