From 97850b57e115a5bbefbd0edfea92efa216bd87f9 Mon Sep 17 00:00:00 2001 From: yiyi <55530868+youzuwei@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:30:17 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][stm32][stm32h743-atk-apollo]=20Remove=20r?= =?UTF-8?q?edundant=20I2C2=20bus=20configur=E2=80=A6=20(#10148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [bsp][stm32][stm32h743-atk-apollo] Remove redundant I2C2 bus configuration options from Kconfig --- bsp/stm32/stm32h743-atk-apollo/board/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/stm32/stm32h743-atk-apollo/board/Kconfig b/bsp/stm32/stm32h743-atk-apollo/board/Kconfig index ada462a7cc..f8bfe8f55a 100644 --- a/bsp/stm32/stm32h743-atk-apollo/board/Kconfig +++ b/bsp/stm32/stm32h743-atk-apollo/board/Kconfig @@ -123,9 +123,6 @@ menu "On-chip Peripheral Drivers" int "I2C1 sda pin number" range 1 176 default 117 - menuconfig BSP_USING_I2C2 - bool "Enable I2C2 BUS (software simulation)" - default n endif menuconfig BSP_USING_I2C2