~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 690cbf1eb20a82cbe14d467ddd18e83cca621192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2022 Broadcom Ltd
#

if BCM63146

config TARGET_BCM963146
	bool "Broadcom 63146 Reference Board"
	depends on ARCH_BCMBCA

config SYS_SOC
	default "bcm63146"

source "board/broadcom/bcmbca/Kconfig"

endif