Skip to content

Commit

Permalink
define vsock driver as pci driver
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jul 25, 2024
1 parent 72087b5 commit d1b4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dhcpv4 = [
]
fs = ["fuse"]
fuse = ["pci", "dep:fuse-abi", "fuse-abi/num_enum"]
vsock = []
vsock = ["pci"]
fsgsbase = []
gem-net = ["tcp", "dep:tock-registers"]
newlib = []
Expand Down

0 comments on commit d1b4a5f

Please sign in to comment.