blob: 1b1116f020989957afa8be54ae7623e503d3c681 [file] [log] [blame]
Stephen Warren10a03382016-05-12 13:32:56 -06001# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5if TARGET_P2771_0000
6
7config SYS_BOARD
8 default "p2771-0000"
9
10config SYS_VENDOR
11 default "nvidia"
12
13config SYS_CONFIG_NAME
14 default "p2771-0000"
15
16endif