On Thu, May 22, 2025, at 22:04, Armin Wolf wrote: > Am 22.05.25 um 16:13 schrieb Alexandre Ghiti: > > I already submitted a patch for this problem (see > https://lore.kernel.org/linux-acpi/a6d92cdd-4dc3-4080-9ed9-5b1f02f247e0@xxxxxx/T/) > that only disables the legacy sysfs interface while keeping the > class-based interface functional > as it does not depend on ACPI at all. Just for my understanding: what users of the platform profile are there that work without ACPI? I see that CONFIG_ACPI_PLATFORM_PROFILE is hidden under CONFIG_ACPI and cannot be selected in configurations that turn off ACPI, so if that is an intended usecase, there is probably still something wrong in Kconfig. Should the driver be moved out of drivers/acpi to drivers/platform in order to let non-ACPI platforms use it? Arnd