From 676d0c1554c30bdee55effb787694cfbef73ad8d Mon Sep 17 00:00:00 2001 From: Elias Speinle Date: Wed, 20 Nov 2024 11:44:22 +0100 Subject: [PATCH] drivers: fpga: renesas slg471x5: correct Kconfig Correct Kconfig of Renesas SLG471X5. Signed-off-by: Elias Speinle --- drivers/fpga/Kconfig.slg471x5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/Kconfig.slg471x5 b/drivers/fpga/Kconfig.slg471x5 index db770f683e7..c15cda5407e 100644 --- a/drivers/fpga/Kconfig.slg471x5 +++ b/drivers/fpga/Kconfig.slg471x5 @@ -5,6 +5,6 @@ config SLG471X5_FPGA bool "Renesas SLG47105/SLG47115 GreenPAK Configurable Mixed-Signal IC" default y depends on DT_HAS_RENESAS_SLG47105_ENABLED || DT_HAS_RENESAS_SLG47115_ENABLED - select SPI + select I2C help Enable Renesas SLG47105/SLG47115 driver support.