From: Quentin Schulz Date: Thu, 30 Oct 2025 10:03:55 +0000 (+0100) Subject: pwm: move all PWM related topics inside a Kconfig menu X-Git-Tag: v2026.01-rc2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd58620fa298915c813ac0deba3e7872c484b90;p=pandora-u-boot.git pwm: move all PWM related topics inside a Kconfig menu So it's visually better split from the other subsystems when using menuconfig. Reviewed-by: Tom Rini Signed-off-by: Quentin Schulz --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 06f42f699de..ec57a967721 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -1,3 +1,5 @@ +menu "Pulse-width modulation (PWM)" + config DM_PWM bool "Enable support for pulse-width modulation devices (PWM)" depends on DM @@ -133,3 +135,5 @@ config PWM_TI_ECAP depends on DM_PWM && ARCH_OMAP2PLUS help PWM driver support for the ECAP controller found on TI SOCs. + +endmenu