system76 / ec

System76 Open Source Embedded Controller
GNU General Public License v3.0
318 stars 72 forks source link

boards: Replace use of `CFLAGS` with configs #443

Open crawfxrd opened 6 months ago

crawfxrd commented 6 months ago

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.