From e585d5246b7391d35a5dc4b1ce2f79a310570f5e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 10 Apr 2021 11:09:57 +0200 Subject: Allow software and hardware i2c to be used together (e.g. on different pins) --- src/arch/arduino-nano/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arduino-nano') diff --git a/src/arch/arduino-nano/Kconfig b/src/arch/arduino-nano/Kconfig index ab25a8f..ce9a987 100644 --- a/src/arch/arduino-nano/Kconfig +++ b/src/arch/arduino-nano/Kconfig @@ -16,7 +16,7 @@ select meta_driver_adc config arch_arduino_nano_driver_i2c bool "I2C" -depends on !driver_softi2c +select meta_driver_hardware_i2c select meta_driver_i2c config arch_arduino_nano_driver_neopixel -- cgit v1.2.3