zephyr/drivers/pwm
Henrik Brix Andersen c41dd36de2 drivers: kconfig: unify menuconfig title strings
Unify the drivers/*/Kconfig menuconfig title strings to the format
"<class> [(acronym)] [bus] drivers".

Including both the full name of the driver class and an acronym makes
menuconfig more user friendly as some of the acronyms are less well-known
than others. It also improves Kconfig search, both via menuconfig and via
the generated Kconfig documentation.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-03-28 15:06:06 +02:00
..
CMakeLists.txt drivers: pwm: Add Microchip XEC BBLED PWM driver 2023-02-19 20:40:22 -05:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.b91
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.imx
Kconfig.it8xxx2
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_ftm
Kconfig.mcux_pwt
Kconfig.mcux_sctimer
Kconfig.mcux_tpm
Kconfig.npcx
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685 drivers: pwm: add NXP PCA9685 controller 2023-01-11 09:38:18 +01:00
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rv32m1_tpm
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.test
Kconfig.xec drivers: pwm: Add Microchip XEC BBLED PWM driver 2023-02-19 20:40:22 -05:00
Kconfig.xlnx
pwm_b91.c
pwm_capture.c
pwm_gd32.c
pwm_gecko.c
pwm_handlers.c
pwm_imx.c
pwm_ite_it8xxx2.c
pwm_led_esp32.c
pwm_litex.c
pwm_mc_esp32.c
pwm_mchp_xec_bbled.c drivers: pwm: Add Microchip XEC BBLED PWM driver 2023-02-19 20:40:22 -05:00
pwm_mchp_xec.c drivers: pwm: mchp_xec: fix PWM control register updates 2023-03-02 10:55:33 +01:00
pwm_mcux_ftm.c
pwm_mcux_pwt.c
pwm_mcux_sctimer.c drivers: pwm: pwm_mcux_sctimer: duty cycle fix 2023-03-11 19:44:27 +01:00
pwm_mcux_tpm.c
pwm_mcux.c drivers: pwm: pwm_mcux: Reload mode option 2023-01-16 09:26:23 +01:00
pwm_npcx.c
pwm_nrf5_sw.c
pwm_nrfx.c soc: arm: nordic_nrf: replace NRF_DT_CHECK_PIN_ASSIGNMENTS 2023-02-28 08:42:05 -08:00
pwm_pca9685.c drivers: pwm: add NXP PCA9685 controller 2023-01-11 09:38:18 +01:00
pwm_rcar.c
pwm_rpi_pico.c drivers: pwm: rpi_pico: fix setting of cycle count per period 2023-01-02 13:03:46 +01:00
pwm_rv32m1_tpm.c
pwm_sam0_tcc.c
pwm_sam.c drivers: pwm: sam: Update to use clock control 2023-03-21 14:12:25 -07:00
pwm_shell.c
pwm_sifive.c
pwm_stm32.c drivers: pwm: pwm_stm32: Add PWM support on STM32C0-seris 2023-03-21 09:38:25 +01:00
pwm_test.c
pwm_xlnx_axi_timer.c