The primary consumer of the lpss pwm is the i915 kms driver,
the i915 driver does not support get_pwm returning -EPROBE_DEFER and
its init is very complex making this is almost impossible to fix.

This commit changes the PWM_LPSS Kconfig from a tristate to a bool, so
that when the i915 driver loads the lpss pwm will be available avoiding
the -EPROBE_DEFER issue. Note that this is identical to how the same
problem was solved for the pwm-crc driver, which is used by the i915
driver on other platforms.

Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Jani Nikula <[email protected]>
---
Changes in v2:
-Drop the pwm_add_table call (this has been moved to the acpi_lpss driver)
---
 drivers/pwm/Kconfig | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index f92dd41..12a6cf8 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -249,28 +249,22 @@ config PWM_LPC32XX
          will be called pwm-lpc32xx.
 
 config PWM_LPSS
-       tristate
+       bool
 
 config PWM_LPSS_PCI
-       tristate "Intel LPSS PWM PCI driver"
+       bool "Intel LPSS PWM PCI driver"
        depends on X86 && PCI
        select PWM_LPSS
        help
          The PCI driver for Intel Low Power Subsystem PWM controller.
 
-         To compile this driver as a module, choose M here: the module
-         will be called pwm-lpss-pci.
-
 config PWM_LPSS_PLATFORM
-       tristate "Intel LPSS PWM platform driver"
+       bool "Intel LPSS PWM platform driver"
        depends on X86 && ACPI
        select PWM_LPSS
        help
          The platform driver for Intel Low Power Subsystem PWM controller.
 
-         To compile this driver as a module, choose M here: the module
-         will be called pwm-lpss-platform.
-
 config PWM_MESON
        tristate "Amlogic Meson PWM driver"
        depends on ARCH_MESON
-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to