zephyr/drivers/pwm
Ulf Magnusson 46c19ff18f kconfig: drivers: pwm: Remove redundant deps.
drivers/pwm/Kconfig.esp32 is 'source'd within an 'if PWM' in
drivers/pwm/Kconfig.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 10:04:19 -05:00
..
CMakeLists.txt drivers/pwm: Driver for SiFive PWM peripheral 2019-02-08 09:09:35 -06:00
Kconfig drivers/pwm: Driver for SiFive PWM peripheral 2019-02-08 09:09:35 -06:00
Kconfig.dw kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.esp32 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.imx kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.mcux_ftm
Kconfig.nrf5_sw kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.nrfx drivers: pwm_nrfx: Use Device Tree label as instance name 2019-02-27 12:50:59 +01:00
Kconfig.pca9685 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.qmsi kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sam kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sifive kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.stm32 kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
pwm_dw.c
pwm_handlers.c
pwm_imx.c
pwm_led_esp32.c
pwm_mcux_ftm.c pwm: pwm_mcux_ftm: Fixed missed CONFIG_ -> DT_ conversion 2019-02-01 19:01:16 -05:00
pwm_nrf5_sw.c
pwm_nrfx.c drivers: pwm_nrfx: Use Device Tree label as instance name 2019-02-27 12:50:59 +01:00
pwm_pca9685.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
pwm_pca9685.h
pwm_qmsi.c
pwm_sam.c drivers: add Atmel SAM PWM driver 2019-02-08 06:55:14 -06:00
pwm_sifive.c pwm: pwm_sifive: Fix LOG Kconfig typo 2019-02-12 07:50:06 -05:00
pwm_stm32.c drivers: stm32: check clock_control_on return value 2018-12-07 11:31:48 -05:00
pwm_stm32.h