Re: [PATCH] virtio: don't prompt CONFIG_VIRTIO_PCI_MODERN

From: Jason Wang
Date: Fri Feb 19 2021 - 20:53:52 EST



On 2021/2/19 6:13 下午, Christoph Hellwig wrote:
On Fri, Feb 19, 2021 at 03:45:09AM -0500, Jason Wang wrote:
We used to prompt CONFIG_VIRTIO_PCI_MODERN to user which may bring a
lot of confusion. E.g it may break various default configs which want
virtio devices.

So this patch fixes this by hide the prompot and document the
dependency.
Is there any good reason to keep the symbol at all?


The plan is to convert IFCVF driver to use this module (select it).

Thanks