代码搜索:Config

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

代码结果 10,000
www.eeworm.com/read/480930/1312573

in config.in

# # IrDA protocol configuration # if [ "$CONFIG_NET" != "n" ]; then mainmenu_option next_comment comment 'IrDA (infrared) support' dep_tristate 'IrDA subsystem support' CONFIG_IRDA $CONFIG_
www.eeworm.com/read/480930/1312581

in config.in

if [ "$CONFIG_NETDEVICES" != "n" ]; then dep_tristate ' IrNET protocol' CONFIG_IRNET $CONFIG_IRDA $CONFIG_PPP fi
www.eeworm.com/read/480930/1312603

in config.in

# # DECnet configuration # bool ' DECnet: SIOCGIFCONF support' CONFIG_DECNET_SIOCGIFCONF if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then bool ' DECnet: router support (EXPERIMENTAL)' CONFIG_DECNET_ROU
www.eeworm.com/read/480930/1312639

in config.in

# # Traffic control configuration. # tristate ' CBQ packet scheduler' CONFIG_NET_SCH_CBQ dep_tristate ' CSZ packet scheduler (experimental)' CONFIG_NET_SCH_CSZ $CONFIG_EXPERIMENTAL #tristate ' H-P
www.eeworm.com/read/480930/1312695

in config.in

# # Network configuration # mainmenu_option next_comment comment 'Networking options' tristate 'Packet socket' CONFIG_PACKET if [ "$CONFIG_PACKET" != "n" ]; then bool ' Packet socket: mmapped IO'
www.eeworm.com/read/480930/1312742

in config.in

# # Amateur Radio protocols and AX.25 device configuration # # 19971130 Now in an own category to make correct compilation of the # AX.25 stuff easier... # Joerg Reuter DL1BKE #
www.eeworm.com/read/479151/1337161

in config.in

# # For a description of the syntax of this configuration file, # see Documentation/kbuild/config-language.txt. # mainmenu_name "Linux Kernel Configuration" define_bool CONFIG_ARM y define_bool CONFI
www.eeworm.com/read/479151/1337445

in config.in

mainmenu_option next_comment comment 'Block device drivers' tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET tristate
www.eeworm.com/read/479151/1337461

in config.in

mainmenu_option next_comment comment 'Bluetooth device drivers' dep_tristate 'HCI USB driver' CONFIG_BLUEZ_HCIUSB $CONFIG_BLUEZ $CONFIG_USB dep_tristate 'HCI UART driver' CONFIG_BLUEZ_HCIUART $CONFIG
www.eeworm.com/read/479151/1337653

in config.in

# # ISDN device configuration # # only included if CONFIG_ISDN != n if [ "$CONFIG_INET" != "n" ]; then bool ' Support synchronous PPP' CONFIG_ISDN_PPP if [ "$CONFIG_ISDN_PPP" != "n" ]; then