zephyr/drivers/pwm
Ulf Magnusson 677f1e6db9 kconfig: Turn pointless/confusing 'menuconfig's into 'config's
Defining a symbol with 'menuconfig' just tells the menuconfig to display
any dependent symbols that immediately follow it in a separate menu.
'menuconfig' has no effect on symbol values.

Making a symbol that doesn't have any dependent symbols after it a
'menuconfig' should be avoided, because then you end up with an empty
menu, which is shown as e.g.

    [*] Enable foo ---

This is how it would be shown if there were children but they all
happened to be invisible as well.

With a regular 'config', it turns into

    [*] Enable foo

Change all pointless 'menuconfig's to 'config's.

See the section on 'menuconfig' on the Kconfig - Tips and Best Practices
page as well.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-10-22 13:53:06 -05:00
..
CMakeLists.txt drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
Kconfig drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
Kconfig.dw
Kconfig.esp32
Kconfig.imx
Kconfig.mcux drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
Kconfig.mcux_ftm kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.nrf5_sw kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.nrfx kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.pca9685
Kconfig.sam kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stm32
Kconfig.xec drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
pwm_dw.c
pwm_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
pwm_imx.c coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
pwm_led_esp32.c dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
pwm_mchp_xec.c drivers: pwm: pwm_mchp_xec: Fix u32_t overflow for freq calculation 2019-10-07 21:53:46 -04:00
pwm_mcux.c drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
pwm_mcux_ftm.c drivers: pwm: mcux_ftm: use device tree for obtaining clock frequency 2019-08-09 07:32:43 -05:00
pwm_nrf5_sw.c drivers: pwm_nrf5_sw: Remove PWM_NRF5_SW_0_DEV_NAME Kconfig option 2019-10-04 17:21:32 +02:00
pwm_nrfx.c drivers: pwm_nrfx: use IS_ENABLED to eliminate a bunch of #ifndefs 2019-09-25 17:42:53 +02:00
pwm_pca9685.c
pwm_pca9685.h
pwm_sam.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
pwm_sifive.c
pwm_stm32.c
pwm_stm32.h