]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ACPI: Always build evged in
authorArjan van de Ven <arjan@linux.intel.com>
Wed, 9 Oct 2019 13:04:33 +0000 (15:04 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 14 Oct 2019 08:59:57 +0000 (10:59 +0200)
Although the Generic Event Device is a Hardware-reduced
platfom device in principle, it should not be restricted to
ACPI_REDUCED_HARDWARE_ONLY.

Kernels supporting both fixed and hardware-reduced ACPI platforms
should be able to probe the GED when dynamically detecting that a
platform is hardware-reduced. For that, the driver must be
unconditionally built in.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Makefile

index 5d361e4e3405a06e59de148f6d1ae15c375722f1..ef1ac4d127dabc9d78bf215ccd442ddaab616d58 100644 (file)
@@ -48,7 +48,7 @@ acpi-y                                += acpi_pnp.o
 acpi-$(CONFIG_ARM_AMBA)        += acpi_amba.o
 acpi-y                         += power.o
 acpi-y                         += event.o
-acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o
+acpi-y                         += evged.o
 acpi-y                         += sysfs.o
 acpi-y                         += property.o
 acpi-$(CONFIG_X86)             += acpi_cmos_rtc.o