mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
[PATCH] Kconfig fix (non-modular SCSI drivers)
non-modular scsi drivers depend on built-in scsi Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0e6d0d8934
commit
fa53bb650e
@ -1696,7 +1696,7 @@ config TT_DMA_EMUL
|
|||||||
|
|
||||||
config MAC_SCSI
|
config MAC_SCSI
|
||||||
bool "Macintosh NCR5380 SCSI"
|
bool "Macintosh NCR5380 SCSI"
|
||||||
depends on MAC && SCSI
|
depends on MAC && SCSI=y
|
||||||
help
|
help
|
||||||
This is the NCR 5380 SCSI controller included on most of the 68030
|
This is the NCR 5380 SCSI controller included on most of the 68030
|
||||||
based Macintoshes. If you have one of these say Y and read the
|
based Macintoshes. If you have one of these say Y and read the
|
||||||
@ -1717,7 +1717,7 @@ config SCSI_MAC_ESP
|
|||||||
|
|
||||||
config MVME147_SCSI
|
config MVME147_SCSI
|
||||||
bool "WD33C93 SCSI driver for MVME147"
|
bool "WD33C93 SCSI driver for MVME147"
|
||||||
depends on MVME147 && SCSI
|
depends on MVME147 && SCSI=y
|
||||||
help
|
help
|
||||||
Support for the on-board SCSI controller on the Motorola MVME147
|
Support for the on-board SCSI controller on the Motorola MVME147
|
||||||
single-board computer.
|
single-board computer.
|
||||||
@ -1758,7 +1758,7 @@ config SUN3_SCSI
|
|||||||
|
|
||||||
config SUN3X_ESP
|
config SUN3X_ESP
|
||||||
bool "Sun3x ESP SCSI"
|
bool "Sun3x ESP SCSI"
|
||||||
depends on SUN3X && SCSI
|
depends on SUN3X && SCSI=y
|
||||||
help
|
help
|
||||||
The ESP was an on-board SCSI controller used on Sun 3/80
|
The ESP was an on-board SCSI controller used on Sun 3/80
|
||||||
machines. Say Y here to compile in support for it.
|
machines. Say Y here to compile in support for it.
|
||||||
|
Loading…
Reference in New Issue
Block a user