zephyr/ext
Sebastian Bøe 2f85b2fca8 kconfig: libmetal: Have LIBMETAL_SRC_PATH depend on LIBMETAL
Kconfig options are often either of the type 'feature' or
'configuration'. Meaning, either an option controls whether a feature
is enabled, or it adjusts/configures an already enabled feature.

Configuration of features should depend on the feature they are
configuring or else noise is created both in the Kconfig output and in
the Kconfig menu.

In this commit we add a dependency from a configuration option to it's
feature option.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-12-30 16:24:50 -05:00
..
debug ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
fs
hal kconfig: libmetal: Have LIBMETAL_SRC_PATH depend on LIBMETAL 2018-12-30 16:24:50 -05:00
lib ext: lib: crypto: Update mbedTLS 2.16.0 2018-12-30 15:55:01 -05:00
CMakeLists.txt
Kconfig