zephyr/drivers/counter
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: counters: Fix coding style issues 2019-09-24 11:40:53 -07:00
Kconfig drivers: counter: remove qmsi counter driver 2019-09-18 11:06:18 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.mcux_gpt
Kconfig.mcux_rtc kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.nrfx drivers: counter: nrf_rtc: Add detection of late alarm request 2019-10-09 13:25:36 +02:00
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: Add STM32G4X counter support 2019-10-04 18:44:24 -07:00
Kconfig.template.sam0_tc32
Kconfig.tmr_cmsdk_apb
Kconfig.xec driver/counter: Add support for Microchip's XEC basic timer devices 2019-09-14 12:13:49 +08:00
counter_cmos.c drivers/counter_cmos.c: Add config struct 2019-07-18 11:06:20 -04:00
counter_gecko_rtcc.c
counter_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
counter_imx_epit.c
counter_ll_stm32_rtc.c soc: arm: st_stm32: stm32l1: Add RTC/Counter support 2019-10-18 10:40:45 -05:00
counter_mchp_xec.c driver/counter: Add support for Microchip's XEC basic timer devices 2019-09-14 12:13:49 +08:00
counter_mcux_gpt.c
counter_mcux_rtc.c
counter_nrfx_rtc.c drivers: counter: nrf_rtc: Fix wrapping with PPI 2019-10-09 13:25:36 +02:00
counter_nrfx_timer.c drivers: counter: nrf_timer: Add detection of late alarm request 2019-10-09 13:25:36 +02:00
counter_sam0_tc32.c
dualtimer_cmsdk_apb.h
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
timer_tmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00