From b4165288fc2daf0e2f450008a5d092950a2bd195 Mon Sep 17 00:00:00 2001 From: Yilin Sun Date: Wed, 4 Sep 2024 15:57:52 +0800 Subject: [PATCH] bsp: nxp/mcx/mcxc: FRDM-MCXC444: Kconfig: Add I2C support. --- bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig b/bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig index 6aa77dbb84..c7f87bc749 100644 --- a/bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig +++ b/bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig @@ -39,10 +39,10 @@ menu "On-chip Peripheral Drivers" if BSP_USING_I2C config BSP_USING_I2C0 - bool "Enable Flexcomm0 I2C" + bool "Enable I2C0" default y config BSP_USING_I2C1 - bool "Enable Flexcomm1 I2C" + bool "Enable I2C1" default y endif