boards: arm: Cyclone V SoC enabling networking in config file

Enable networking and random generation in Kconfig configuration
file. This to enable Ethernet driver for Cyclone V SoC.

Signed-off-by: Esteban Valverde <esteban.valverde.vega@intel.com>
This commit is contained in:
Esteban Valverde 2022-08-22 11:15:39 +01:00 committed by Marti Bolivar
commit 5528cc9d90

View file

@ -26,4 +26,13 @@ config SPI_DW_FIFO_DEPTH
default 256
endif # SPI_DW
if NETWORKING
config NET_L2_ETHERNET
default y
config TEST_RANDOM_GENERATOR
default y
endif # NETWORKING
endif # BOARD_CVSXDEVKIT