mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
m68k: Atari SCSI needs NVRAM
ERROR: "nvram_read_byte" [drivers/scsi/atari_scsi.ko] undefined! ERROR: "nvram_check_checksum" [drivers/scsi/atari_scsi.ko] undefined! Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
da9870e477
commit
fff11c0c82
1 changed files with 1 additions and 0 deletions
|
@ -1640,6 +1640,7 @@ config ATARI_SCSI
|
|||
tristate "Atari native SCSI support"
|
||||
depends on ATARI && SCSI
|
||||
select SCSI_SPI_ATTRS
|
||||
select NVRAM
|
||||
---help---
|
||||
If you have an Atari with built-in NCR5380 SCSI controller (TT,
|
||||
Falcon, ...) say Y to get it supported. Of course also, if you have
|
||||
|
|
Loading…
Reference in a new issue