zephyr/drivers/pwm
Ulf Magnusson f46e391f06 kconfig: pwm: Remove redundant deps. and clean up a bit
- 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>
2019-03-01 13:50:06 -06: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: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06: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: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
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: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06: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 drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
pwm_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
pwm_imx.c driver: pwm: use new logger 2018-10-08 17:49:12 -04:00
pwm_led_esp32.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
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 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
pwm_qmsi.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00