]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pwm: move all PWM related topics inside a Kconfig menu
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 30 Oct 2025 10:03:55 +0000 (11:03 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Nov 2025 19:01:12 +0000 (13:01 -0600)
So it's visually better split from the other subsystems when using
menuconfig.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
drivers/pwm/Kconfig

index 06f42f699dec3a5167feb32631bbf9cc249ba44e..ec57a9677210b4c8bbbd20e09da90bada289f9af 100644 (file)
@@ -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