drivers: i2s: Kconfig.sam_ssc: Enable support to SAMV71
SAMV71 uses same driver of SAME70 and this enables the feature. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
8c6302253a
commit
43babb5d5f
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ config I2S_SAM_SSC_0_DMA_TX_CHANNEL
|
|||
|
||||
choice I2S_SAM_SSC_0_PIN_TD_SELECT
|
||||
prompt "TD pin"
|
||||
depends on SOC_SERIES_SAME70
|
||||
depends on SOC_SERIES_SAME70 || \
|
||||
SOC_SERIES_SAMV71
|
||||
|
||||
config I2S_SAM_SSC_0_PIN_TD_PB5
|
||||
bool "PB5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue