Following #443 and implicitly resolving #515,
Import kconfig from either:
- Linux directly (
scripts/kconfig) (most likely),
- the version used by coreboot (
util/kconfig) (most practical),
- whatever implementation Zephyr uses
And adapt the existing build (bare GNU Make) to it.
Alternatives
- Write our own config tool
Following #443 and implicitly resolving #515,
Import kconfig from either:
scripts/kconfig) (most likely),util/kconfig) (most practical),And adapt the existing build (bare GNU Make) to it.
Alternatives