mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
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
This commit is contained in:
@@ -760,7 +760,9 @@ config PWM_TEGRA
|
||||
|
||||
config PWM_TH1520
|
||||
tristate "TH1520 PWM support"
|
||||
depends on ARCH_THEAD || COMPILE_TEST
|
||||
depends on RUST
|
||||
depends on HAS_IOMEM && COMMON_CLK
|
||||
select RUST_PWM_ABSTRACTIONS
|
||||
help
|
||||
This option enables the driver for the PWM controller found on the
|
||||
|
||||
Reference in New Issue
Block a user