zephyr/drivers/pinmux
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
..
stm32 pinmux: stm32l1: add spi2 pins 2019-10-16 14:42:54 -05:00
CMakeLists.txt drivers: pinmux: remove qmsi pinmux driver 2019-09-18 11:06:18 -05:00
Kconfig drivers: pinmux: remove qmsi pinmux driver 2019-09-18 11:06:18 -05:00
Kconfig.beetle kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.cc13xx_cc26xx
Kconfig.cc2650
Kconfig.esp32 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.hsdk kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.intel_s1000 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.mcux
Kconfig.mcux_lpc
Kconfig.rv32m1
Kconfig.sam0 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
dummy.c
pinmux.h
pinmux_cc13xx_cc26xx.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
pinmux_cc2650.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
pinmux_esp32.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
pinmux_hsdk.c arc: hsdk: add pinmux driver support and doc enhancement 2019-09-17 20:40:38 +08:00
pinmux_intel_s1000.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
pinmux_mchp_xec.c driver/pinumx: Adding missing braces for XEC driver 2019-08-02 23:24:34 +03:00
pinmux_mcux.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
pinmux_mcux_lpc.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
pinmux_rv32m1.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
pinmux_sam0.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
pinmux_sifive.c drivers: sifiv: make them 64-bit compatible 2019-08-08 00:29:24 -04:00