please advice how to add "QDEC_NRFX" to the project configuration of 5340
1. it's not on the default menu config
2. I have tried adding under "ncs\v1.4.99-dev1\zephyr\samples\bluetooth\peripheral_hr\build_nrf5340pdk_nrf5340_cpuapp\zephyr/.config"
as :
#
# Device Drivers
#
CONFIG_HW_CC3XX=y
CONFIG_HW_CC3XX_NAME="HW_CC3XX_0"
# CONFIG_ETH_RTT is not set
CONFIG_SENSOR=y
# CONFIG_BH1749 is not set
# CONFIG_SENSOR_SIM is not set
# CONFIG_PMW3360 is not set
# CONFIG_PAW3212 is not set
CONFIG_QDEC_NRFX=y <---- this is the addition
but I still can not select from segger "configure nrf project"
my question is :
A. how do I add it properlly, what is the advised location ?
B. what are the steps to add it to compile with the project ? (I belive I should do an overlay file under the project with the specific pin configurations for my board)
thank you