URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
1275 |
phoenix |
#
|
2 |
|
|
# SCSI driver configuration for Acorn
|
3 |
|
|
#
|
4 |
|
|
dep_tristate 'Acorn SCSI card (aka30) support' CONFIG_SCSI_ACORNSCSI_3 $CONFIG_SCSI
|
5 |
|
|
if [ "$CONFIG_SCSI_ACORNSCSI_3" != "n" ]; then
|
6 |
|
|
bool ' Support SCSI 2 Tagged queueing' CONFIG_SCSI_ACORNSCSI_TAGGED_QUEUE
|
7 |
|
|
bool ' Support SCSI 2 Synchronous Transfers' CONFIG_SCSI_ACORNSCSI_SYNC
|
8 |
|
|
fi
|
9 |
|
|
dep_tristate 'ARXE SCSI support' CONFIG_SCSI_ARXESCSI $CONFIG_SCSI
|
10 |
|
|
dep_tristate 'CumanaSCSI II support' CONFIG_SCSI_CUMANA_2 $CONFIG_SCSI
|
11 |
|
|
dep_tristate 'EESOX support' CONFIG_SCSI_EESOXSCSI $CONFIG_SCSI
|
12 |
|
|
dep_tristate 'PowerTec support' CONFIG_SCSI_POWERTECSCSI $CONFIG_SCSI
|
13 |
|
|
|
14 |
|
|
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
|
15 |
|
|
comment 'The following drivers are not fully supported'
|
16 |
|
|
|
17 |
|
|
dep_tristate 'CumanaSCSI I support (EXPERIMENTAL)' CONFIG_SCSI_CUMANA_1 $CONFIG_SCSI
|
18 |
|
|
if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" ]; then
|
19 |
|
|
dep_tristate 'EcoScsi support (EXPERIMENTAL)' CONFIG_SCSI_ECOSCSI $CONFIG_SCSI
|
20 |
|
|
fi
|
21 |
|
|
dep_tristate 'Oak SCSI support (EXPERIMENTAL)' CONFIG_SCSI_OAK1 $CONFIG_SCSI
|
22 |
|
|
fi
|
23 |
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.