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 <trini@konsulko.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz
2025-10-30 11:03:55 +01:00
committed by Tom Rini
parent 4cad9faf8d
commit 3dd58620fa

View 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