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 <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-03 13:42:05 -05:00 committed by Kumar Gala
commit 5e08205ecb

View file

@ -11,6 +11,9 @@ if GPIO
config GPIO_INIT_PRIORITY
default 60
config I2C
default y
endif # GPIO
if SPI_DW