board/freescale: add the DM_ETH changes for the PPC DPAA platforms
[oweals/u-boot.git] / board / nvidia / p2771-0000 / Kconfig
1 # Copyright (c) 2016, NVIDIA CORPORATION.
2 #
3 # SPDX-License-Identifier: GPL-2.0
4
5 if TARGET_P2771_0000
6
7 config SYS_BOARD
8         default "p2771-0000"
9
10 config SYS_VENDOR
11         default "nvidia"
12
13 config SYS_CONFIG_NAME
14         default "p2771-0000"
15
16 endif