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