diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-17 08:47:24 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-17 08:47:24 -0400 |
| commit | 75c44eddcb4989b85826143bc09fd3ad120abd4e (patch) | |
| tree | 13136da91a17c8e3970b2201bdc1f7b412cf3989 /include | |
| parent | 6621c5a69a1dac50852ef09d5cf33154a174805a (diff) | |
| parent | 7919010c4224e07b871f3b5513d245cc029fcd67 (diff) | |
Merge branch 'acpi-config'
* acpi-config:
ACPI: Remove Kconfig symbol ACPI_PROCFS
ACPI / APEI: Remove X86 redundant dependency for APEI GHES.
ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY
Diffstat (limited to 'include')
| -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> |
