vdpa/mlx5: Add support library for mlx5 VDPA implementation
[linux-2.6-microblaze.git] / drivers / vdpa / Kconfig
index 3e1ceb8..7cb84f8 100644 (file)
@@ -28,4 +28,13 @@ config IFCVF
          To compile this driver as a module, choose M here: the module will
          be called ifcvf.
 
+config MLX5_VDPA
+       bool "MLX5 VDPA support library for ConnectX devices"
+       depends on MLX5_CORE
+       default n
+       help
+         Support library for Mellanox VDPA drivers. Provides code that is
+         common for all types of VDPA drivers. The following drivers are planned:
+         net, block.
+
 endif # VDPA