summaryrefslogtreecommitdiff
path: root/net/unix
diff options
context:
space:
mode:
authorSlawomir Rosek <srosek@google.com>2025-11-03 16:25:16 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-11-07 20:45:37 +0100
commit966c9e65ba5246d5874a9f6ac5f318f7f50aea89 (patch)
tree4bfe58e061e98d5248bdcb64f5ef511e68da9595 /net/unix
parent13a96342d59f4edbe237245e84c418c045b66188 (diff)
ACPI: DPTF: Remove int340x thermal scan handler
Using the IS_ENABLED() macro in the int340x_thermal_handler_attach() forces the kernel to be recompiled when thermal drivers are enabled or disabled, which is a significant limitation of its modularity. The IS_ENABLED() macro is particularly problematic for the Android Generic Kernel Image (GKI) project which uses unified core kernel while SoC/board support is moved to loadable vendor modules. The Intel Dynamic Platform and Thermal Framework (DPTF) requires thermal drivers to be loaded at runtime, thus ACPI bus scan handler is not needed and acpi_default_enumeration() may create all platform devices, regardless of the actual setting of CONFIG_INT340X_THERMAL. Signed-off-by: Slawomir Rosek <srosek@google.com> Link: https://patch.msgid.link/20251103162516.2606158-3-srosek@google.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions