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