On Fri, Apr 23, 2021 at 05:08:10PM -0700, Randy Dunlap wrote:
On 4/23/21 4:02 PM, Jason Gunthorpe wrote:
@@ -171,7 +171,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
config SAMPLE_VFIO_MDEV_MBOCHS tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
You can drop the ending of the prompt string.
Hum, I see this whole sample kconfig file is filled with this '&& m' pattern, I wonder if there is a reason?
I think I will put the '&& m' back, I thought it was some kconfig misunderstanding as it is very strange to see a naked '&& M'.
Thanks Jason