Skip to content

Commit

Permalink
rust: wip: Add nvme driver.
Browse files Browse the repository at this point in the history
Based on rust nvme driver by work by Wedson Almeida Filho.
  • Loading branch information
metaspace committed Sep 4, 2022
1 parent 26332f7 commit 3446d31
Show file tree
Hide file tree
Showing 23 changed files with 3,126 additions and 13 deletions.
4 changes: 4 additions & 0 deletions drivers/block/Kconfig
Expand Up @@ -392,6 +392,10 @@ config VIRTIO_BLK
This is the virtual block driver for virtio. It can be used with
QEMU based VMMs (like KVM or Xen). Say Y or M.

config RUST_NVME
tristate "Rust NVMe PCI driver"
depends on RUST

config BLK_DEV_RBD
tristate "Rados block device (RBD)"
depends on INET && BLOCK
Expand Down
1 change: 1 addition & 0 deletions drivers/block/Makefile
Expand Up @@ -9,6 +9,7 @@
# needed for trace events
ccflags-y += -I$(src)

obj-$(CONFIG_RUST_NVME) += nvme.o
obj-$(CONFIG_MAC_FLOPPY) += swim3.o
obj-$(CONFIG_BLK_DEV_SWIM) += swim_mod.o
obj-$(CONFIG_BLK_DEV_FD) += floppy.o
Expand Down

0 comments on commit 3446d31

Please sign in to comment.