zephyr/drivers/pinmux
Ulf Magnusson 7089ec76b9 kconfig: pinmux: Remove lots of redundant PINMUX dependencies
Most of these are from source'ing a file within an 'if PINMUX', and then
adding another 'depends on PINMUX' within it.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. There are no "conditional includes" in Kconfig, so
'if FOO' has no special meaning around a 'source'. Conditional includes
wouldn't be possible, because an 'if' condition could include (directly
or indirectly) forward references to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-07 08:47:31 -05:00
..
stm32 driver: pinmux: stm32f4: Remove duplicated defination 2019-02-13 06:46:41 -06:00
CMakeLists.txt pinmux: remove pinmux dev 2019-01-30 16:29:40 -06:00
Kconfig kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.beetle kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.cc2650 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.esp32 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.intel_s1000 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.mcux drivers: pinmux: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcux_lpc drivers: pinmux: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.rv32m1 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.sam0 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.sifive kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
Kconfig.stm32 kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
dummy.c boards: move pinmux driver to board/soc dir 2017-10-31 12:32:34 -04:00
pinmux.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
pinmux_cc2650.c soc: cc2650: Update DTS-derived labels with DT_ prefix 2018-11-13 10:44:42 -06:00
pinmux_esp32.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pinmux_intel_s1000.c drivers: pinmux: add pinmux driver for Intel S1000 2018-11-29 14:23:24 -08:00
pinmux_mcux.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pinmux_mcux_lpc.c ext: mcux: Reorganize imported drivers into soc family subfolders 2018-04-24 07:55:48 -05:00
pinmux_qmsi.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pinmux_rv32m1.c drivers: pinmux: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
pinmux_sam0.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
pinmux_sifive.c riscv: Rename the FE310 SoC to Sifive Freedom 2018-08-16 06:23:01 -07:00