On Thursday, January 24, 2019 10:32:56 PM CET Andy Shevchenko wrote: > On Thu, Jan 24, 2019 at 9:31 PM Sinan Kaya <okaya@xxxxxxxxxx> wrote: > > > > Add BACKLIGHT_LCD_SUPPORT for ACPI_CMPC to fix the > > warning: unmet direct dependencies detected for BACKLIGHT_CLASS_DEVICE. > > > > ACPI_CMPC selects BACKLIGHT_CLASS_DEVICE but BACKLIGHT_CLASS_DEVICE > > depends on BACKLIGHT_LCD_SUPPORT. > > > > Copy BACKLIGHT_LCD_SUPPORT dependency into ACPI_CMPC to fix > > > > WARNING: unmet direct dependencies detected for BACKLIGHT_CLASS_DEVICE > > Depends on [n]: HAS_IOMEM [=y] && BACKLIGHT_LCD_SUPPORT [=n] > > Selected by [y]: > > - ACPI_CMPC [=y] && X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y] && INPUT [=y] && (RFKILL [=n] || RFKILL [=n]=n) > > > > Acked-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > > for both patches in case Rafael takes care of them. So both applied, thanks!