diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-10-13 15:59:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:23:27 -0400 |
commit | fff11c0c827c88f1bca0e475fcd4d319ff44c0ac (patch) | |
tree | cab422ebb43ca5348d967f41461f601fcdf39cf8 /drivers/scsi/Kconfig | |
parent | da9870e477492e0f837aa0cd26b2ac2e372b91d2 (diff) |
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>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 96033ecb675d..403ecad48d4b 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1640,6 +1640,7 @@ config ATARI_SCSI | |||
1640 | tristate "Atari native SCSI support" | 1640 | tristate "Atari native SCSI support" |
1641 | depends on ATARI && SCSI | 1641 | depends on ATARI && SCSI |
1642 | select SCSI_SPI_ATTRS | 1642 | select SCSI_SPI_ATTRS |
1643 | select NVRAM | ||
1643 | ---help--- | 1644 | ---help--- |
1644 | If you have an Atari with built-in NCR5380 SCSI controller (TT, | 1645 | If you have an Atari with built-in NCR5380 SCSI controller (TT, |
1645 | Falcon, ...) say Y to get it supported. Of course also, if you have | 1646 | Falcon, ...) say Y to get it supported. Of course also, if you have |