nvme_disk: Disable on non-x86; #15212

* There are some type-length issues on arm, and our
  usage outside of x86 is limited for the moment.
* This could be fixed in the future.
This commit is contained in:
Alexander von Gluck IV 2019-07-30 11:38:36 -05:00
parent 017d6fb4ad
commit de4406ad8d

View File

@ -58,7 +58,7 @@ if $(TARGET_ARCH) = x86 || $(TARGET_ARCH) = x86_64 {
}
# drivers
AddNewDriversToPackage disk : nvme_disk ;
AddNewDriversToPackage disk : nvme_disk@x86,x86_64 ;
AddNewDriversToPackage disk scsi : scsi_cd scsi_disk ;
AddNewDriversToPackage disk virtual : virtio_block ram_disk ;
AddNewDriversToPackage power : $(SYSTEM_ADD_ONS_DRIVERS_POWER) ;