u-boot-brain/board/Marvell/octeon_nic23/Kconfig
Stefan Roese ec85347102 mips: octeon: Add Octeon III NIC23 board support
This patch adds the basic support for the PCIe target board equipped
with the Octeon III CN2350 SoC.

Signed-off-by: Stefan Roese <sr@denx.de>
2021-04-23 21:22:55 +02:00

20 lines
247 B
Plaintext

if TARGET_OCTEON_NIC23
config SYS_BOARD
string
default "octeon_nic23"
config SYS_VENDOR
string
default "Marvell"
config SYS_CONFIG_NAME
string
default "octeon_nic23"
config DEFAULT_DEVICE_TREE
string
default "mrvl,octeon-nic23"
endif