diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index d650c5b6ec90..f505e9a01b2d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -79,7 +79,12 @@ config ACPI_DEBUGGER_USER | |||
79 | endif | 79 | endif |
80 | 80 | ||
81 | config ACPI_SPCR_TABLE | 81 | config ACPI_SPCR_TABLE |
82 | bool | 82 | bool "ACPI Serial Port Console Redirection Support" |
83 | default y if X86 | ||
84 | help | ||
85 | Enable support for Serial Port Console Redirection (SPCR) Table. | ||
86 | This table provides information about the configuration of the | ||
87 | earlycon console. | ||
83 | 88 | ||
84 | config ACPI_LPIT | 89 | config ACPI_LPIT |
85 | bool | 90 | bool |