projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d9d26
)
CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRS
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 5 May 2008 19:27:21 +0000
(21:27 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 5 May 2008 19:38:50 +0000
(12:38 -0700)
The new mac_esp scsi driver needs CONFIG_SCSI_SPI_ATTRS, just like all other
drivers using the new esp_scsi core.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/scsi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/Kconfig
b/drivers/scsi/Kconfig
index 46d7e400c8be3aed3f5a83fe4f7a214ea0b5d94b..81ccbd7f9e34d4d4405ea3982952a608b09f8aa9 100644
(file)
--- a/
drivers/scsi/Kconfig
+++ b/
drivers/scsi/Kconfig
@@
-1679,6
+1679,7
@@
config MAC_SCSI
config SCSI_MAC_ESP
tristate "Macintosh NCR53c9[46] SCSI"
depends on MAC && SCSI
+ select SCSI_SPI_ATTRS
help
This is the NCR 53c9x SCSI controller found on most of the 68040
based Macintoshes.