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:
parent
c4be0c51de
commit
5528cc9d90
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue