-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
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