Sheetal Tigadoli | 13680c9 | 2019-12-13 10:39:06 +0530 | [diff] [blame] | 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 | ####################################################### |
| 10 | BOARD_FAMILY := "<bcm958742t.h>" |
| 11 | $(eval $(call add_define,BOARD_FAMILY)) |
| 12 | |
| 13 | # Board has internal programmable regulator |
| 14 | IHOST_REG_TYPE := IHOST_REG_INTEGRATED |
| 15 | $(eval $(call add_define,IHOST_REG_TYPE)) |
| 16 | |
| 17 | # Board has internal programmable regulator |
| 18 | VDDC_REG_TYPE := VDDC_REG_INTEGRATED |
| 19 | $(eval $(call add_define,VDDC_REG_TYPE)) |