diff options
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r-- | include/acpi/platform/aclinux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 008aa287c7a9..30c9a7c1af88 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -52,6 +52,12 @@ | |||
52 | 52 | ||
53 | #ifdef __KERNEL__ | 53 | #ifdef __KERNEL__ |
54 | 54 | ||
55 | /* Compile for reduced hardware mode only with this kernel config */ | ||
56 | |||
57 | #ifdef CONFIG_ACPI_REDUCED_HARDWARE_ONLY | ||
58 | #define ACPI_REDUCED_HARDWARE 1 | ||
59 | #endif | ||
60 | |||
55 | #include <linux/string.h> | 61 | #include <linux/string.h> |
56 | #include <linux/kernel.h> | 62 | #include <linux/kernel.h> |
57 | #include <linux/ctype.h> | 63 | #include <linux/ctype.h> |