From 2f0f426375c0058ede085668ba061412f19cffa2 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Fri, 25 Nov 2022 22:20:41 +0800 Subject: [PATCH] [bsp/nrf5x] Fix the Kconfig of nrf52832 Signed-off-by: supperthomas <78900636@qq.com> --- bsp/nrf5x/nrf52832/board/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nrf5x/nrf52832/board/Kconfig b/bsp/nrf5x/nrf52832/board/Kconfig index ed43c3f763..7d4dee293a 100644 --- a/bsp/nrf5x/nrf52832/board/Kconfig +++ b/bsp/nrf5x/nrf52832/board/Kconfig @@ -229,7 +229,7 @@ menu "On-chip Peripheral Drivers" default 1 config BSP_USING_I2C0 bool "Enable I2C0 bus" - default n + default y if BSP_USING_I2C0 config NRFX_TWIM0_ENABLED int -- GitLab