1#
2# Copyright (c) 2015 - 2020, Broadcom
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#######################################################
8# Board config file for bcm958742t Stingray SST100
9#######################################################
10BOARD_FAMILY := "<bcm958742t.h>"
11$(eval $(call add_define,BOARD_FAMILY))
12
13# Board has internal programmable regulator
14IHOST_REG_TYPE := IHOST_REG_INTEGRATED
15$(eval $(call add_define,IHOST_REG_TYPE))
16
17# Board has internal programmable regulator
18VDDC_REG_TYPE := VDDC_REG_INTEGRATED
19$(eval $(call add_define,VDDC_REG_TYPE))
20