zephyr/modules
Ulf Magnusson 9a6d6a0862 kconfig: modules: Avoid including Kconfig.tls-generic twice
The glob in modules/Kconfig accidentally picked up Kconfig.tls-generic,
which is only supposed to be included from modules/Kconfig.mbedtls.

Replace the globbing with explicit 'source's to fix it. Best to avoid
globbing unless absolutely necessary, because it tends to pick up random
non-checked-in files as well.

Use 'source' instead of 'osource' since the files are known to exists.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-02-07 17:47:00 +01:00
..
Kconfig kconfig: modules: Avoid including Kconfig.tls-generic twice 2020-02-07 17:47:00 +01:00
Kconfig.atmel
Kconfig.canopennode
Kconfig.civetweb
Kconfig.cypress
Kconfig.imx
Kconfig.libmetal
Kconfig.loramac-node
Kconfig.mbedtls
Kconfig.mcux
Kconfig.microchip
Kconfig.nordic
Kconfig.open-amp
Kconfig.silabs
Kconfig.simplelink
Kconfig.st
Kconfig.stm32
Kconfig.syst
Kconfig.tinycbor
Kconfig.tls-generic kconfig: modules: Remove redundant MBEDTLS dep on. TLS menu 2020-02-07 11:50:18 +01:00
Kconfig.vega
Kconfig.xtensa