diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1998-08-28 22:49:32 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1998-08-28 22:49:32 +0000 |
commit | 0fbcf35327b95495125805beb63433f3ae930453 (patch) | |
tree | d9af3fee899e77ae54fe1a6b471c322a8f1906f0 /drivers/scsi | |
parent | f80ee12d54968455aebdd5c13b7d3d198d4526ad (diff) |
removed duplicate config option for MIPS_JAZZ
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/Config.in b/drivers/scsi/Config.in index 849e47d4b..ad397c120 100644 --- a/drivers/scsi/Config.in +++ b/drivers/scsi/Config.in @@ -137,7 +137,4 @@ fi if [ "$CONFIG_MIPS_JAZZ" = "y" ]; then bool 'MIPS JAZZ FAS216 SCSI support' CONFIG_JAZZ_ESP fi -if [ "$CONFIG_MIPS_JAZZ" = "y" ]; then - bool 'MIPS JAZZ FAS216 SCSI support' CONFIG_JAZZ_ESP -fi endmenu |