mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-14 09:55:22 +00:00
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> |
||
---|---|---|
.. | ||
debug | ||
fs | ||
hal | ||
lib | ||
CMakeLists.txt | ||
Kconfig |