Skip to content

Commit 945114f

Browse files
authored
[DM/FEATURE] Support NVME (#9591)
* [DM/FEATURE] Support NVME 1. Support PRP and SGL (>= NVME v1.1) transport. 2. Support MSI/MSI-X for IO queues. 3. Support NVME on PCI. Signed-off-by: GuEe-GUI <[email protected]>
1 parent 13e0671 commit 945114f

File tree

8 files changed

+2421
-0
lines changed

8 files changed

+2421
-0
lines changed

Diff for: components/drivers/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rsource "graphic/Kconfig"
2222
rsource "hwcrypto/Kconfig"
2323
rsource "wlan/Kconfig"
2424
rsource "block/Kconfig"
25+
rsource "nvme/Kconfig"
2526
rsource "scsi/Kconfig"
2627
rsource "virtio/Kconfig"
2728
rsource "dma/Kconfig"

0 commit comments

Comments
 (0)