Skip to content

Commit ac36d37

Browse files
fenrus75rafaeljw
authored andcommitted
ACPI: Always build evged in
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 4f5cafb commit ac36d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ acpi-y += acpi_pnp.o
4848
acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o
4949
acpi-y += power.o
5050
acpi-y += event.o
51-
acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o
51+
acpi-y += evged.o
5252
acpi-y += sysfs.o
5353
acpi-y += property.o
5454
acpi-$(CONFIG_X86) += acpi_cmos_rtc.o

0 commit comments

Comments
 (0)