mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 02:01:56 +00:00
- Remove redundant dependencies on the PWM symbol (which show up as PWM && PWM in the documentation). The 'source's in drivers/pwm/Kconfig are already within an 'if PWM' block. - Turn some repeated 'depends on FOO' into 'if FOO' blocks. - Turn some 'if FOO's that surround a single symbol into 'depends on FOO'. 'if FOO' is equivalent to adding a 'depends on FOO' to each symbol within the 'if'. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.imx | ||
Kconfig.mcux_ftm | ||
Kconfig.nrf5_sw | ||
Kconfig.nrfx | ||
Kconfig.pca9685 | ||
Kconfig.qmsi | ||
Kconfig.sam | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
pwm_dw.c | ||
pwm_handlers.c | ||
pwm_imx.c | ||
pwm_led_esp32.c | ||
pwm_mcux_ftm.c | ||
pwm_nrf5_sw.c | ||
pwm_nrfx.c | ||
pwm_pca9685.c | ||
pwm_pca9685.h | ||
pwm_qmsi.c | ||
pwm_sam.c | ||
pwm_sifive.c | ||
pwm_stm32.c | ||
pwm_stm32.h |