zephyr/drivers/pwm
Kumar Gala 885087b328 drivers: pwm: Update drivers to use devicetree Kconfig symbol
Update pwm drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

We remove 'depend on' Kconfig for symbols that would be implied by
the devicetree node existing.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-22 07:50:44 -05:00
..
CMakeLists.txt drivers: pwm: esp32: mcpwm driver 2022-07-14 10:29:26 +02:00
Kconfig drivers: pwm: add pwm driver for rpi_pico 2022-07-07 15:17:26 +02:00
Kconfig.b91 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.esp32 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.gd32 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.gecko drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.imx drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.it8xxx2 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.litex drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.mcux drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.mcux_ftm drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.mcux_pwt drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.mcux_sctimer drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.mcux_tpm drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.npcx drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.nrf5_sw drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.nrfx drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.rpi_pico drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.rv32m1_tpm drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.sam drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.sam0 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.sifive drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.stm32 drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.test drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.xec drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
Kconfig.xlnx drivers: pwm: Update drivers to use devicetree Kconfig symbol 2022-07-22 07:50:44 -05:00
pwm_b91.c
pwm_capture.c
pwm_gd32.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_gecko.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_handlers.c
pwm_imx.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_ite_it8xxx2.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_led_esp32.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
pwm_litex.c
pwm_mc_esp32.c drivers: pwm: esp32: mcpwm driver 2022-07-14 10:29:26 +02:00
pwm_mchp_xec.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_mcux.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_mcux_ftm.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_mcux_pwt.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_mcux_sctimer.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_mcux_tpm.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_npcx.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_nrf5_sw.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_nrfx.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_rpi_pico.c drivers: pwm: add pwm driver for rpi_pico 2022-07-07 15:17:26 +02:00
pwm_rv32m1_tpm.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_sam.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_sam0_tcc.c
pwm_shell.c
pwm_sifive.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_stm32.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00
pwm_test.c
pwm_xlnx_axi_timer.c drivers: pwm: minor formatting enhancements 2022-07-12 17:51:23 +02:00