mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
18 lines
258 B
Text
18 lines
258 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2022 Broadcom Ltd
|
||
|
#
|
||
|
|
||
|
if BCM63178
|
||
|
|
||
|
config TARGET_BCM963178
|
||
|
bool "Broadcom 63178 Reference Board"
|
||
|
depends on ARCH_BCMBCA
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "bcm63178"
|
||
|
|
||
|
source "board/broadcom/bcmbca/Kconfig"
|
||
|
|
||
|
endif
|