mirror of https://github.com/RT-Thread/rt-thread
[bsp][stm32][stm32h743-atk-apollo] Remove redundant I2C2 bus configur… (#10148)
[bsp][stm32][stm32h743-atk-apollo] Remove redundant I2C2 bus configuration options from Kconfig
This commit is contained in:
parent
628592e3ce
commit
97850b57e1
|
@ -123,9 +123,6 @@ menu "On-chip Peripheral Drivers"
|
||||||
int "I2C1 sda pin number"
|
int "I2C1 sda pin number"
|
||||||
range 1 176
|
range 1 176
|
||||||
default 117
|
default 117
|
||||||
menuconfig BSP_USING_I2C2
|
|
||||||
bool "Enable I2C2 BUS (software simulation)"
|
|
||||||
default n
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
menuconfig BSP_USING_I2C2
|
menuconfig BSP_USING_I2C2
|
||||||
|
|
Loading…
Reference in New Issue