drivers: spi: Add support for ra2l1
RA2L1 doesn't support for SPI Hardware Peripgheral Select. Disable this config as default in RA2L1 Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
This commit is contained in:
parent
3559cfe889
commit
7dcdcf18cd
@ -28,7 +28,7 @@ config SPI_RA_DTC
|
||||
config SPI_USE_HW_SS
|
||||
bool "RA MCU SPI Hardware Peripheral Select support"
|
||||
default y
|
||||
depends on !(SOC_SERIES_RA2A1 || SOC_SERIES_RA4M1)
|
||||
depends on !(SOC_SERIES_RA2A1 || SOC_SERIES_RA2L1 || SOC_SERIES_RA4M1)
|
||||
help
|
||||
Use Hardware Peripheral Select instead of Software Peripheral Select.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user