代码搜索:Config
找到约 10,000 项符合「Config」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3130503
in config.in
#
# PCMCIA bus subsystem configuration
#
# Right now the non-CardBus choices are not supported
# by the integrated kernel driver.
#
mainmenu_option next_comment
comment 'PCMCIA/CardBus support'
#dep_
www.eeworm.com/read/350097/3130579
in config.in
#
# Joystick driver configuration
#
mainmenu_option next_comment
comment 'Joysticks'
dep_mbool 'Joystick support' CONFIG_JOYSTICK $CONFIG_INPUT
if [ "$CONFIG_JOYSTICK" != "n" ]; then
comment 'Gam
www.eeworm.com/read/350097/3130612
in config.in
#
# drm device configuration
#
# This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.x.
#
bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
if [ "
www.eeworm.com/read/350097/3130683
in config.in
#
# PCMCIA character device configuration
#
if [ "$CONFIG_SERIAL" = "n" ]; then
define_tristate CONFIG_PCMCIA_SERIAL n
else
if [ "$CONFIG_SERIAL" = "m" -o "$CONFIG_PCMCIA" = "m" ]; then
d
www.eeworm.com/read/350097/3130698
in config.in
#
# Character device configuration
#
mainmenu_option next_comment
comment 'Character devices'
bool 'Virtual terminal' CONFIG_VT
if [ "$CONFIG_VT" = "y" ]; then
bool ' Support for console on virtu
www.eeworm.com/read/350097/3130844
in config.in
#
# Ftape configuration
#
dep_tristate ' Zftape, the VFS interface' CONFIG_ZFTAPE $CONFIG_FTAPE
if [ "$CONFIG_ZFTAPE" != "n" ]; then
int ' Default block size' CONFIG_ZFT_DFLT_BLK_SZ 10240
comm
www.eeworm.com/read/350097/3130909
in config.in
# -*- shell-script -*-
if [ "$CONFIG_PCI" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
mainmenu_option next_comment
comment 'IEEE 1394 (FireWire) support'
dep_tristate 'IEEE 1394 (FireW
www.eeworm.com/read/350097/3130922
in config.in
#
# Block device driver configuration
#
mainmenu_option next_comment
comment 'Acorn-specific block devices'
if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" ]; then
tristate 'Old Archimed
www.eeworm.com/read/350097/3130952
in config.in
#
# SCSI driver configuration for Acorn
#
dep_tristate 'Acorn SCSI card (aka30) support' CONFIG_SCSI_ACORNSCSI_3 $CONFIG_SCSI
if [ "$CONFIG_SCSI_ACORNSCSI_3" != "n" ]; then
bool ' Support SCSI 2 T
www.eeworm.com/read/350097/3130963
in config.in
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
tristate ' Acorn Ether1 (82586) support' CONFIG_ARM_ETHER1
tristate ' Acorn/ANT Ether3 (NQ8005) su