Using NCS 2.1.2 and it's accompanying Zephyr version, we have a few boards we are building for. Some are based around the nRF9160/nRF52840 and some are around STM32 devices. This has been fine until I just tried enabling MCUBOOT as the bootloader for the STM32 devices. NCS is trying to enable several NRF defines once I enable CONFIG_BOOTLOADER_MCUBOOT=y I don't see that it should select anything that is Nordic specific, but there must be some dependencies that are being enabled? It has all kinds of build issues at that point since it is an STM32 chip but is now being treated partially as a Nordic chip. Any ideas how to fix this other than build it outside of the NCS? Or is that my only option?