I'm trying to make use of the Async UART API with an nRF9160dk using NCS v2.1.2. As a starter application, I'm using the lpuart sample in nrf/samples/peripheral/lpuart. I'm able to build this project for the nrf9160dk without errors, however the Async API fails to get enabled. When inspecting the prj.conf file in Visual Studio Code, all config options related to UART 1 have a yellow underline with the notice that the config received a different value to what was assigned as the UART_1_NRF_UARTE dependency was missing. I'm unable to enable this dependency manually as it's not a user configurable setting. I'm wondering what I need to do in order to enable the Async UART API. I'd previously used it with NCS v1.9.0 without issues, so I'm wondering what I need to do to get it working again.
Thank you