diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-08-22 14:01:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-22 19:52:45 -0700 |
commit | 90638f9975e34aef82e97146012ad9d16ac9e4c2 (patch) | |
tree | 3f05002ceedc54e40361f58986ab3a09d3dc5ca5 /drivers | |
parent | fe6d9daf567310aa4d7cfc07fc48fe35296ecf7b (diff) | |
download | op-kernel-dev-90638f9975e34aef82e97146012ad9d16ac9e4c2.zip op-kernel-dev-90638f9975e34aef82e97146012ad9d16ac9e4c2.tar.gz |
m68k: Fix a few hickups in drivers/scsi/Kconfig
m68k: Fix a few hickups in drivers/scsi/Kconfig
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d2b3898..a50b955 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1561,7 +1561,7 @@ config A3000_SCSI built-in SCSI controller, say Y. Otherwise, say N. To compile this driver as a module, choose M here: the - module will be called wd33c93. + module will be called a3000. config A2091_SCSI tristate "A2091/A590 WD33C93A support" @@ -1571,7 +1571,7 @@ config A2091_SCSI say N. To compile this driver as a module, choose M here: the - module will be called wd33c93. + module will be called a2091. config GVP11_SCSI tristate "GVP Series II WD33C93A support" |