[PATCH 0/3] pwm: put symbols into a menu + use if DM_PWM block instead of depends on
Quentin Schulz
foss+uboot at 0leil.net
Wed Oct 29 12:16:07 CET 2025
This improves readability in menuconfig by putting PWM symbols under a
Kconfig menu.
It also groups PWM symbols that depend on DM_PWM together under an if
DM_PWM block so that we don't need to always list the dependency in the
depends on of the symbol.
I do have questions around the assumed missing dependency of DM_PWM for
PWM_SANDBOX.
No intended change in behavior except how it shows in menuconfig.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
Quentin Schulz (3):
pwm: move all PWM related topics inside a Kconfig menu
pwm: put all UCLASS PWM drivers under an if condition on DM_PWM
pwm: fix typo in PWM_MESON help text
drivers/pwm/Kconfig | 140 ++++++++++++++++++++++++++--------------------------
1 file changed, 71 insertions(+), 69 deletions(-)
---
base-commit: 4cad9faf8d2887b8851f0ced5194ffbaa92ca71e
change-id: 20251029-pwm-kconfig-8ad3ca6bd9d1
Best regards,
--
Quentin Schulz <quentin.schulz at cherry.de>
More information about the U-Boot
mailing list