From aa43edcbc898afffb061f560d928d43bd55f4dc3 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Wed, 18 Nov 2020 10:45:09 +0100 Subject: pwm: lpss: Make compilable with COMPILE_TEST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- drivers/pwm/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/pwm/Kconfig') diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index ab0606bbe234..0937e1c047ac 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 -- cgit v1.2.3-58-ga151