📄 config.in
字号:
## FC4 device configuration#mainmenu_option next_commentcomment 'Fibre Channel support'tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4if [ ! "$CONFIG_FC4" = "n" ]; then comment 'FC4 drivers' if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC tristate 'Sun SOC+ (aka SOCAL)' CONFIG_FC4_SOCAL fi comment 'FC4 targets' dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO $CONFIG_SCSI if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then dep_tristate 'Sun Enterprise Network Array (A5000 and EX500)' CONFIG_SCSI_FCAL $CONFIG_SCSI else dep_tristate 'Generic FC-AL disk driver' CONFIG_SCSI_FCAL $CONFIG_SCSI fielse define_tristate CONFIG_FC4_SOC n define_tristate CONFIG_FC4_SOCAL n define_tristate CONFIG_SCSI_PLUTO n define_tristate CONFIG_SCSI_FCAL nfiendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -