mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
Add initial support for Broadcom Valkyrie SoC as part of Zephyr. Signed-off-by: Scott Branden <scott.branden@broadcom.com>
17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright 2020 Broadcom.
|
|
#
|
|
|
|
config SOC_FAMILY_BCMVK
|
|
bool
|
|
|
|
if SOC_FAMILY_BCMVK
|
|
config SOC_FAMILY
|
|
string
|
|
default "bcm_vk"
|
|
|
|
source "soc/arm/bcm_vk/*/Kconfig.soc"
|
|
|
|
endif
|