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:
parent
c51505f661
commit
5e08205ecb
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if GPIO
|
||||||
config GPIO_INIT_PRIORITY
|
config GPIO_INIT_PRIORITY
|
||||||
default 60
|
default 60
|
||||||
|
|
||||||
|
config I2C
|
||||||
|
default y
|
||||||
|
|
||||||
endif # GPIO
|
endif # GPIO
|
||||||
|
|
||||||
if SPI_DW
|
if SPI_DW
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue