drivers: nrf: select PINCTRL

Drivers for nRF SoCs using pinctrl did not select PINCTRL. This means
boards are forced to enable PINCTRL.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-09-19 14:02:22 +02:00 committed by Carles Cufí
commit 0660719346
8 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,7 @@ menuconfig I2S_NRFX
default y
depends on DT_HAS_NORDIC_NRF_I2S_ENABLED
select NRFX_I2S0 if HAS_HW_NRF_I2S0
select PINCTRL
help
Enable support for nrfx I2S driver for nRF MCU series.