mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
18 lines
254 B
Text
18 lines
254 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2022 Broadcom Ltd
|
||
|
#
|
||
|
|
||
|
if BCM6878
|
||
|
|
||
|
config TARGET_BCM96878
|
||
|
bool "Broadcom 6878 Reference Board"
|
||
|
depends on ARCH_BCMBCA
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "bcm6878"
|
||
|
|
||
|
source "board/broadcom/bcmbca/Kconfig"
|
||
|
|
||
|
endif
|