Skip to content

Commit a919610

Browse files
committed
Merge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Pull pwm fix from Uwe Kleine-König: "Fix missing th1520 Kconfig dependencies This tightens the dependency for the new pwm driver written in Rust to make build bots and obviously also users happy" * tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux: pwm: th1520: Fix missing Kconfig dependencies
2 parents a6bb419 + 3c18000 commit a919610

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/pwm/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,9 @@ config PWM_TEGRA
760760

761761
config PWM_TH1520
762762
tristate "TH1520 PWM support"
763+
depends on ARCH_THEAD || COMPILE_TEST
763764
depends on RUST
765+
depends on HAS_IOMEM && COMMON_CLK
764766
select RUST_PWM_ABSTRACTIONS
765767
help
766768
This option enables the driver for the PWM controller found on the

0 commit comments

Comments
 (0)