pwm: th1520: Fix missing Kconfig dependencies
This tightens the dependency for the new pwm driver written in Rust to make build bots and obviously also users happy. -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEP4GsaTp6HlmJrf7Tj4D7WH0S/k4FAmk78IQACgkQj4D7WH0S /k6gJggAlxuVDooFBMDd0WaQvYyhNiIHYIVu7y41o2lPuOW2kAvBq833h/iFyny2 5LvhWEsLsKrgn43NMJT3HQmMaFeQXXXgESmJcIFWqgJg9V9+n+tagbxwVFYBdIpr CspJ6JewKwJH18SvmROQ4L6TQqcT6KGyxerao+XDd6Kodje0E835TR7jS/3lr50X 1004APWJLW4yQ8VVNDzlQ67r4qkPO2dJ9Inb4KxAnhNDYQh7yd6TzaYvy1DzPo9F VB4iFZyLzSCUpQGqHh7wm3pRkAs//rwOi1Am6FIfKIPZHJN6sf11VdEXRIueITGC P3XradQCyE1wyqeZEGmcIN/00a1h/g== =PaMS -----END PGP SIGNATURE----- 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 dependenciesmaster
commit
a919610db4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue