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