summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig7
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
79endif 79endif
80 80
81config ACPI_SPCR_TABLE 81config 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
84config ACPI_LPIT 89config ACPI_LPIT
85 bool 90 bool