boards: arm: arty: Enable gpio is a feature on board yaml
There is a GPIO driver for use with arty so enable the GPIO feature in the board yaml to get some testing of it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
b0653e13dc
commit
731420c793
|
@ -11,3 +11,4 @@ flash: 64
|
|||
supported:
|
||||
- flash
|
||||
- spi
|
||||
- gpio
|
||||
|
|
|
@ -11,3 +11,4 @@ flash: 32
|
|||
supported:
|
||||
- flash
|
||||
- spi
|
||||
- gpio
|
||||
|
|
Loading…
Reference in a new issue