Re: [PATCH 3/5] vDPA: introduce vDPA bus

From: Jason Wang
Date: Fri Jan 17 2020 - 04:35:06 EST



On 2020/1/17 äå12:16, Randy Dunlap wrote:
On 1/16/20 4:42 AM, Jason Wang wrote:
diff --git a/drivers/virtio/vdpa/Kconfig b/drivers/virtio/vdpa/Kconfig
new file mode 100644
index 000000000000..3032727b4d98
--- /dev/null
+++ b/drivers/virtio/vdpa/Kconfig
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config VDPA
+ tristate
+ default n
+ help
+ Enable this module to support vDPA device that uses a
devices

+ datapath which complies with virtio specifications with
+ vendor specific control path.
+
Use tab + 2 spaces for Kconfig indentation.


Will fix.

Thanks