From: Uwe Kleine-König Date: Wed, 18 Nov 2020 09:45:09 +0000 (+0100) Subject: pwm: lpss: Make compilable with COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa43edcbc898afffb061f560d928d43bd55f4dc3;p=linux.git pwm: lpss: Make compilable with COMPILE_TEST All used ACPI functions have dummy implementations, and there is no hard dependency on x86. Signed-off-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index ab0606bbe2345..0937e1c047acb 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -331,8 +331,8 @@ config PWM_LPSS config PWM_LPSS_PCI tristate "Intel LPSS PWM PCI driver" - depends on X86 && PCI - depends on HAS_IOMEM + depends on X86 || COMPILE_TEST + depends on HAS_IOMEM && PCI select PWM_LPSS help The PCI driver for Intel Low Power Subsystem PWM controller. @@ -342,7 +342,7 @@ config PWM_LPSS_PCI config PWM_LPSS_PLATFORM tristate "Intel LPSS PWM platform driver" - depends on X86 && ACPI + depends on (X86 && ACPI) || COMPILE_TEST depends on HAS_IOMEM select PWM_LPSS help