Skip to content

Commit 84760bb

Browse files
committed
[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 fed7c9a commit 84760bb

File tree

7 files changed

+2418
-0
lines changed

7 files changed

+2418
-0
lines changed

components/drivers/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rsource "touch/Kconfig"
2121
rsource "graphic/Kconfig"
2222
rsource "hwcrypto/Kconfig"
2323
rsource "wlan/Kconfig"
24+
rsource "nvme/Kconfig"
2425
rsource "virtio/Kconfig"
2526
rsource "ofw/Kconfig"
2627
rsource "pci/Kconfig"

0 commit comments

Comments
 (0)