I am trying to include software support for the ST LIS2DE12 accelerometer chip which is found in V1.5.0/zephyr/modules/kconfig.st as
config USE_STDC_LISDE12
bool
V1.5.0/zephyr/moduleskconfig states ""comment "Unavailable modules, please install those via the project manifest."
Is there a tutorial to help me understand how to add this configuration to my project?
Thanks