~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: bce30892e35d64eb3e81670ebd7d03af7e61337c (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 BCM47622

config TARGET_BCM947622
	bool "Broadcom 47622 Reference Board"
	depends on ARCH_BCMBCA

config SYS_SOC
	default "bcm47622"

source "board/broadcom/bcmbca/Kconfig"

endif