mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
18 lines
254 B
Text
18 lines
254 B
Text
|
# 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
|