Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+2
drivers/pwm/Kconfig
··· 760 760 761 761 config PWM_TH1520 762 762 tristate "TH1520 PWM support" 763 + depends on ARCH_THEAD || COMPILE_TEST 763 764 depends on RUST 765 + depends on HAS_IOMEM && COMMON_CLK 764 766 select RUST_PWM_ABSTRACTIONS 765 767 help 766 768 This option enables the driver for the PWM controller found on the