mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
This will allow ETL to be included via west in a zephyr build without any additional wrappers or external kconfigs. Signed-off-by: Zach Van Camp <zach.vancamp@etcconnect.com> Co-authored-by: Zach Van Camp <zach.vancamp@etcconnect.com> # Conflicts: # zephyr/module.yml
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
config ETL
|
|
bool "ETL (Embedded Template Library)"
|
|
depends on CPP
|
|
help
|
|
This option enables the 'ETL' library.
|