From 614b7d7d7b10d8e3f146bed311215f818be5accd Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 10 Jun 2020 17:15:58 -0500 Subject: Initial 5.7.2 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_VDPA | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_VDPA (limited to 'configs/fedora/generic/CONFIG_VDPA') diff --git a/configs/fedora/generic/CONFIG_VDPA b/configs/fedora/generic/CONFIG_VDPA new file mode 100644 index 000000000..62ea1179d --- /dev/null +++ b/configs/fedora/generic/CONFIG_VDPA @@ -0,0 +1,16 @@ +# CONFIG_VDPA: +# +# Enable this module to support vDPA device that uses a +# datapath which complies with virtio specifications with +# vendor specific control path. +# +# Symbol: VDPA [=n] +# Type : tristate +# Defined at drivers/vdpa/Kconfig:2 +# Prompt: vDPA drivers +# Location: +# -> Device Drivers +# +# +# +CONFIG_VDPA=m -- cgit