Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: Replace use of CFLAGS with configs #443

Open
crawfxrd opened this issue Mar 1, 2024 · 1 comment
Open

boards: Replace use of CFLAGS with configs #443

crawfxrd opened this issue Mar 1, 2024 · 1 comment

Comments

@crawfxrd
Copy link
Member

crawfxrd commented Mar 1, 2024

Add configs for boards to replace the direct manipulation of CFLAGS.

For configs I have added, I have been using the prefix CONFIG_ to match Kconfig.

The idea is to eventually have a proper tool for managing build configs, such as using Kconfig itself.

@crawfxrd
Copy link
Member Author

crawfxrd commented Dec 4, 2024

coreboot uses Kconfig imported from Linux with patches: util/kconfig

Zephyr appears to have a Python based implementation for parsing Kconfig files: scripts/kconfig

There are Rust bindings for Kconfig via tree-sitter: tree-sitter-kconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant