I am trying to enable the Channel Sounding feature on the nRF54L15 DK by sending HCI commands over a "USB to UART" interface. For this purpose, I created the "hci_uart" sample application from nRF Connect SDK v3.2.4 and enabled the Channel Sounding options in the nRF Kconfig GUI before building.
However, during the build, I see a warning indicating that BT_CTLR_DTM_HCI cannot be enabled because BT_CTLR_DTM_HCI_SUPPORT is set to n.
How can I set BT_CTLR_DTM_HCI_SUPPORT to y so that BT_CTLR_DTM_HCI can be enabled?
In the current setup, after flashing the firmware onto the nRF54L15 DK, the LE CS Test HCI command executes successfully.









