I am working on moving EC configs to be prefixed with CONFIG_ so they are more like Kconfig values (system76/ec#531) and to have boards not directly modify CFLAGS. The regex would need to be updated to handle this CONFIG_ prefix as well as spaces around the assignment.
Additionally, I am merging the oryp5 and darp5 interfaces into a single rgb_i2c interface (system76/ec#532). I don't think there's any specific logic for these, so it would just need to be added to the list in generate_layout_dir?
Would anything outside of layouts.py need to be modified?
I am working on moving EC configs to be prefixed with
CONFIG_so they are more like Kconfig values (system76/ec#531) and to have boards not directly modifyCFLAGS. The regex would need to be updated to handle thisCONFIG_prefix as well as spaces around the assignment.Additionally, I am merging the
oryp5anddarp5interfaces into a singlergb_i2cinterface (system76/ec#532). I don't think there's any specific logic for these, so it would just need to be added to the list ingenerate_layout_dir?Would anything outside of
layouts.pyneed to be modified?