kconfig_scsi

来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 59 行

TXT
59
字号
comment "SCSI support type (disk, tape, CD-ROM)"	depends on SCSIconfig BLK_DEV_SD	tristate "SCSI disk support"	depends on SCSIconfig SD_EXTRA_DEVS	int "Maximum number of SCSI disks that can be loaded as modules"	depends on BLK_DEV_SD	default "40"config CHR_DEV_ST	tristate "SCSI tape support"	depends on SCSIconfig BLK_DEV_SR	tristate "SCSI CD-ROM support"	depends on SCSIconfig BLK_DEV_SR_VENDOR	bool "Enable vendor-specific extensions (for SCSI CDROM)"	depends on BLK_DEV_SRconfig SR_EXTRA_DEVS	int "Maximum number of CDROM devices that can be loaded as modules"	depends on BLK_DEV_SR	default "2"config CHR_DEV_SG	tristate "SCSI generic support"	depends on SCSIcomment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs"	depends on SCSI#if [ "$CONFIG_EXPERIMENTAL" = "y" ]; thenconfig SCSI_DEBUG_QUEUES	bool "Enable extra checks in new queueing code"	depends on SCSI#ficonfig SCSI_MULTI_LUN	bool "Probe all LUNs on each SCSI device"	depends on SCSIconfig SCSI_CONSTANTS	bool "Verbose SCSI error reporting (kernel size +=12K)"	depends on SCSIconfig SCSI_LOGGING	bool "SCSI logging facility"	depends on SCSIconfig SCSI_DEBUG	tristate "SCSI debugging host simulator (EXPERIMENTAL)"	depends on SCSI

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?