Hi Andy, On 12/9/20 9:29 PM, Andy Shevchenko wrote: > Enable compile test of the VFIO platform code. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/vfio/platform/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/vfio/platform/Kconfig b/drivers/vfio/platform/Kconfig > index dc1a3c44f2c6..d19051b68952 100644 > --- a/drivers/vfio/platform/Kconfig > +++ b/drivers/vfio/platform/Kconfig > @@ -1,7 +1,8 @@ > # SPDX-License-Identifier: GPL-2.0-only > config VFIO_PLATFORM > tristate "VFIO support for platform devices" > - depends on VFIO && EVENTFD && (ARM || ARM64) > + depends on (ARM || ARM64) || COMPILE_TEST > + depends on VFIO && EVENTFD > select VFIO_VIRQFD > help > Support for platform devices with VFIO. This is required to make > Acked-by: Eric Auger <eric.auger@xxxxxxxxxx> Thanks Eric