zephyr/drivers/adc
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/adc: Add support for Microchip's XEC ADC device 2019-09-25 06:12:52 -04:00
Kconfig drivers: adc: kconfig: Remove unused ADC_INIT_PRIORITY symbol 2019-10-21 08:17:05 -05:00
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam0
Kconfig.sam_afec kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.stm32
Kconfig.xec drivers/adc: Add support for Microchip's XEC ADC device 2019-09-25 06:12:52 -04:00
adc_context.h coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
adc_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
adc_mchp_xec.c drivers: adc: adc_mchp_xec: Add error logs 2019-09-30 12:20:39 -05:00
adc_mcux_adc12.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_mcux_adc16.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_nrfx_adc.c drivers/adc: provide API to access reference voltage 2019-08-01 13:28:41 +02:00
adc_nrfx_saadc.c drivers/adc: provide API to access reference voltage 2019-08-01 13:28:41 +02:00
adc_sam0.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_sam_afec.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
adc_shell.c shell: adc: adc shell for testing adcs 2019-06-28 10:07:18 -05:00
adc_stm32.c boards: arm: stm32: fix out of bounds access 2019-10-08 15:51:14 -05:00