mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user