aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/platform/aclinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r--include/acpi/platform/aclinux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h
index 7451b3bca83a..e3d21d014fcc 100644
--- a/include/acpi/platform/aclinux.h
+++ b/include/acpi/platform/aclinux.h
@@ -33,6 +33,10 @@
33 33
34/* Kernel specific ACPICA configuration */ 34/* Kernel specific ACPICA configuration */
35 35
36#ifdef CONFIG_PCI
37#define ACPI_PCI_CONFIGURED
38#endif
39
36#ifdef CONFIG_ACPI_REDUCED_HARDWARE_ONLY 40#ifdef CONFIG_ACPI_REDUCED_HARDWARE_ONLY
37#define ACPI_REDUCED_HARDWARE 1 41#define ACPI_REDUCED_HARDWARE 1
38#endif 42#endif