[PATCH v2 0/4] pwm: put symbols into a menu + use if DM_PWM block instead of depends on
    Quentin Schulz 
    foss+uboot at 0leil.net
       
    Thu Oct 30 11:03:54 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.
No intended change in behavior except how it shows in menuconfig.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
Changes in v2:
- added Rb tags from Tom,
- added patch to add a dependency on DM_PWM for the sandbox driver,
- moved the sandbox driver inside the DM_PWM if block,
- Link to v1: https://patch.msgid.link/20251029-pwm-kconfig-v1-0-80186567f2e8@cherry.de
---
Quentin Schulz (4):
      pwm: move all PWM related topics inside a Kconfig menu
      pwm: make sandbox depend on DM_PWM
      pwm: put all PWM DM drivers under an if condition on DM_PWM
      pwm: fix typo in PWM_MESON help text
 drivers/pwm/Kconfig | 54 +++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 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