From 4ed3496742a80d1b146571851d301189d846db60 Mon Sep 17 00:00:00 2001 From: HZY0117 <504131636@qq.com> Date: Thu, 16 Oct 2025 13:18:18 +0800 Subject: [PATCH] =?UTF-8?q?fix[rsoc]:I2C=E2=80=94=E2=80=94Kconfig=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/renesas/ra8d1-vision-board/board/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/renesas/ra8d1-vision-board/board/Kconfig b/bsp/renesas/ra8d1-vision-board/board/Kconfig index 408d8009cb2..08a3c6cecfe 100644 --- a/bsp/renesas/ra8d1-vision-board/board/Kconfig +++ b/bsp/renesas/ra8d1-vision-board/board/Kconfig @@ -506,6 +506,7 @@ menu "Hardware Drivers Config" menuconfig BSP_USING_HW_I2C bool "Enable hardware I2C BUS" default n + select RT_USING_I2C if BSP_USING_HW_I2C config BSP_USING_HW_I2C0 bool "Enable Hardware I2C0 BUS"