Skip to content

Commit 4681b86

Browse files
committed
thingino-kopt: default T23 I2C1 to PA16/PA17
T23 boards take PA16/PA17 unless a defconfig says otherwise; every other SoC keeps PB25/PB26.
1 parent a433d91 commit 4681b86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/thingino-kopt/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ if BR2_PACKAGE_THINGINO_KOPT_I2C_BUS1
356356

357357
choice
358358
prompt "I2C1 Pin Selection"
359+
default BR2_PACKAGE_THINGINO_KOPT_I2C_BUS1_PA16_PA17 if BR2_SOC_FAMILY = "t23"
359360
default BR2_PACKAGE_THINGINO_KOPT_I2C_BUS1_PB25_PB26
360361

361362
config BR2_PACKAGE_THINGINO_KOPT_I2C_BUS1_PB25_PB26

0 commit comments

Comments
 (0)