On 11/18/19 2:59 AM, Jason Wang wrote: > diff --git a/drivers/vfio/mdev/Kconfig b/drivers/vfio/mdev/Kconfig > index 5da27f2100f9..2e07ca915a96 100644 > --- a/drivers/vfio/mdev/Kconfig > +++ b/drivers/vfio/mdev/Kconfig > @@ -1,15 +1,24 @@ > -# SPDX-License-Identifier: GPL-2.0-only > > -config VFIO_MDEV > +config MDEV > tristate "Mediated device driver framework" > - depends on VFIO > default n > help > Provides a framework to virtualize devices. > - See Documentation/driver-api/vfio-mediated-device.rst for more details. > > If you don't know what do here, say N. > Hi, > +config VFIO_MDEV > + tristate "VFIO Mediated device driver" > + depends on VFIO && MDEV > + default n The depends and default lines should be indented with tab, not spaces. > + help > + Proivdes a mediated BUS for userspace driver through VFIO Provides > + framework. See Documentation/vfio-mediated-device.txt for > + more details. > + > + If you don't know what do here, say N. > + > + > config VFIO_MDEV_DEVICE > tristate "VFIO driver for Mediated devices" > depends on VFIO && VFIO_MDEV -- ~Randy