Upgrading ToolChain/SDK from 2.5.2 to 2.7.0 error with GPIOTE

I have an nRF52840 Zephyr based project that compiles/operates fine with SDK 2.5.2 (prj.conf includes the statement:  CONFIG_NRFX_GPIOTE=y).

I'm trying to update to ToolChain/SDK 2.7.0 and configuration fails due to the statement:

CONFIG_NRFX_GPIOTE=y

being present in the prj.conf file.   If I remove it, configuration occurs, but the nrfx_gpiote functions are not available.

I looked in the 2.7.0 documentation and it appears CONFIG_NRFX_GPIOTE is still a legal configuration statement.

What am I missing?

Many thanks!!

Related