From 7dcdcf18cdd1aad48d5dce6575fbef55cf997f34 Mon Sep 17 00:00:00 2001 From: Thao Luong Date: Fri, 23 May 2025 19:19:20 +0700 Subject: [PATCH] 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 --- drivers/spi/Kconfig.renesas_ra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig.renesas_ra b/drivers/spi/Kconfig.renesas_ra index a7ae2c1d0c9..e3c04653aa4 100644 --- a/drivers/spi/Kconfig.renesas_ra +++ b/drivers/spi/Kconfig.renesas_ra @@ -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.