This might not be the optimal forum for this question, but I'm not sure where else to post it. I have a (I think) very simple question about configuring Zephyr.
I have a LIS2DH sensor hooked up to my nRF9160 DK. I can get the sensor example from Zephyr to build and flash and, seemingly, even to run properly. What I am having trouble with is enabling the trigger interrupt line. There is an option in the sample code,
`CONFIG_LIS2DH_TRIGGER`
that presumably enables this functionality, but when I try to set it in my `prj.conf` I get an error that I'm not supposed to set it there:
error: LIS2DH_TRIGGER (defined at drivers/sensor/lis2dh/Kconfig:35) is assigned in a configurationfile, but is not directly user-configurable (has no prompt). It gets its value indirectly from othersymbols. See docs.zephyrproject.org/.../CONFIG_LIS2DH_TRIGGER.htmland/or look up LIS2DH_TRIGGER in the menuconfig/guiconfig interface. The Application DevelopmentPrimer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manualmight be helpful too.
It points me to a page that gives me no hints about how to set this option. Any chance someone here could point me in the correct direction?
