Message ID | 20250609030706.465202-1-superm1@kernel.org |
---|---|
State | New |
Headers | show |
Series | [v2] ACPI: Enable CONFIG_ACPI_DEBUG by default | expand |
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 7bc40c2735ac0..b594780a57d71 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -394,6 +394,7 @@ config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD config ACPI_DEBUG bool "Debug Statements" + default y help The ACPI subsystem can produce debug output. Saying Y enables this output and increases the kernel size by around 50K.