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:
parent
4e467a9bee
commit
0660719346
8 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue