Skip to content

Commit 5e08205

Browse files
committed
boards: arc: hsdk: Fix building of LED build_all test
tests/drivers/build_all/led/drivers.led.build fails to build since the GPIO driver for the cypress,cy8c95xx-gpio is not enabled. This is because the I2C bus is not enabled. Add enabling the I2C bus if GPIO is enabled to address the issue. Signed-off-by: Kumar Gala <[email protected]>
1 parent c51505f commit 5e08205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/arc/hsdk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if GPIO
1111
config GPIO_INIT_PRIORITY
1212
default 60
1313

14+
config I2C
15+
default y
16+
1417
endif # GPIO
1518

1619
if SPI_DW

0 commit comments

Comments
 (0)