On 11/15/20 11:21 AM, Maximilian Luz wrote: > diff --git a/drivers/platform/surface/Kconfig b/drivers/platform/surface/Kconfig > index cecad7a0cb7b..3b0da86546fa 100644 > --- a/drivers/platform/surface/Kconfig > +++ b/drivers/platform/surface/Kconfig > @@ -40,6 +40,26 @@ config SURFACE_3_POWER_OPREGION > This driver provides support for ACPI operation > region of the Surface 3 battery platform driver. > > +config SURFACE_ACPI_NOTIFY > + tristate "Surface ACPI Notify Driver" > + depends on ACPI > + depends on SURFACE_AGGREGATOR > + help > + Surface ACPI Notify (SAN) driver for Microsoft Surface devices. Drop "depends on ACPI" since SURFACE_AGGREGATOR already depends on ACPI. -- ~Randy