git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cad9fa
)
pwm: move all PWM related topics inside a Kconfig menu
author
Quentin Schulz
<quentin.schulz@cherry.de>
Thu, 30 Oct 2025 10:03:55 +0000
(11:03 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/pwm/Kconfig
b/drivers/pwm/Kconfig
index
06f42f6
..
ec57a96
100644
(file)
--- 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