mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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 <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
71d4b833da
commit
aa43edcbc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user