I am trying to build the ncs example direct_test_mode with the nrf52840dongle and I am running into these warnings on build in vscode:
I do not understand what it means by having the dependency "0", as far as I know nrf52840 (I am using the dongle) supports nrfx
going into guiconfig shows this for HAS_NRFX:
This makes even more confused: why are there two different sets of dependencies. Also where would the path modules/.../Kconfig:4 be referenced to. I thought it was inside the build directory but it was not.
Can someone explain what this all means?