Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d0e62eeda822c657586cb46fa1e4b934b3cc0905
/
.
/
arch
/
arm
/
mach-bcmbca
/
bcm6756
/
Kconfig
blob: c83dcd0f3e2b2db576c3863ddb427f5db5c3a467 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2022 Broadcom Ltd
#
if
BCM6756
config TARGET_BCM96756
bool
"Broadcom 6756 Reference Board"
depends on ARCH_BCMBCA
config SYS_SOC
default
"bcm6756"
source
"board/broadcom/bcmbca/Kconfig"
endif