]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: Enable CONFIG_ACPI_DEBUG by default
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 9 Jun 2025 03:07:05 +0000 (22:07 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Jun 2025 19:09:12 +0000 (21:09 +0200)
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>
Link: https://patch.msgid.link/20250609030706.465202-1-superm1@kernel.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig

index 7bc40c2735ac0dfe18834e8ec7df686779e8586f..b594780a57d7194a760b98e8aa975908eb0ec614 100644 (file)
@@ -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.