On Mon, Jun 20, 2022 at 11:36 AM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > platform/x86/dell/Kconfig is only sourced if X86_PLATFORM_DEVICES is set, > so it does not need to depend on it. Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > --- > drivers/platform/x86/dell/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/platform/x86/dell/Kconfig b/drivers/platform/x86/dell/Kconfig > index fe224a54f24c..25421e061c47 100644 > --- a/drivers/platform/x86/dell/Kconfig > +++ b/drivers/platform/x86/dell/Kconfig > @@ -5,7 +5,6 @@ > > menuconfig X86_PLATFORM_DRIVERS_DELL > bool "Dell X86 Platform Specific Device Drivers" > - depends on X86_PLATFORM_DEVICES > help > Say Y here to get to see options for device drivers for various > Dell x86 platforms, including vendor-specific laptop extension drivers. > -- > 2.36.0 > -- With Best Regards, Andy Shevchenko