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:
Thao Luong 2025-05-23 19:19:20 +07:00 committed by Benjamin Cabé
parent 3559cfe889
commit 7dcdcf18cd

View File

@ -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.