Browse Source

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>
Dan Williams 14 years ago
parent
commit
52bed8eab5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/scsi/Kconfig

+ 0 - 3
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