linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: Enable CONFIG_ACPI_DEBUG by default
@ 2025-04-15 21:27 Mario Limonciello
  2025-05-05 14:58 ` Mario Limonciello
  0 siblings, 1 reply; 8+ messages in thread
From: Mario Limonciello @ 2025-04-15 21:27 UTC (permalink / raw)
  To: mario.limonciello, rafael; +Cc: linux-acpi

From: Mario Limonciello <mario.limonciello@amd.com>

CONFIG_ACPI_DEBUG can be helpful for getting debug messages on OEM
systems to identify a BIOS bug.  It's a relatively small size increase
to turn it on by default (50kb) and that saves asking people to enable
it when an issue comes up because it wasn't in defconfig.

Enable it by default.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/acpi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 7f10aa38269d2..cb190686499b9 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.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-05 15:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15 21:27 [PATCH] ACPI: Enable CONFIG_ACPI_DEBUG by default Mario Limonciello
2025-05-05 14:58 ` Mario Limonciello
2025-05-05 15:03   ` Rafael J. Wysocki
2025-05-05 15:15     ` Mario Limonciello
2025-05-05 15:27       ` Rafael J. Wysocki
2025-05-05 15:32         ` Mario Limonciello
2025-05-05 15:55           ` Rafael J. Wysocki
2025-05-05 15:59             ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).