diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-03-04 01:59:25 (GMT) |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 10:55:29 (GMT) |
commit | 52bed8eab5d392183b77426b96551011f3521ef8 (patch) | |
tree | 4e71618aafd5901e752e0be94a30d7412f0a9e12 /drivers | |
parent | fe9a643157747cf85ecc07cd341e448c5849364f (diff) | |
download | linux-fsl-qoriq-52bed8eab5d392183b77426b96551011f3521ef8.tar.xz |
isci: enable isci for dmar builds
Now that phys_to_virt() and virt_to_phys() have been removed we are no
longer violating the dma mapping (or kmap apis).
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3aa664f..e18938b 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -833,10 +833,7 @@ config SCSI_GDTH config SCSI_ISCI tristate "Intel(R) C600 Series Chipset SAS Controller" depends on PCI && SCSI - # little endian host assumptions depends on X86 - # (temporary): dma api misuse - depends on !DMAR # (temporary): known alpha quality driver depends on EXPERIMENTAL select SCSI_SAS_LIBSAS |