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

config TARGET_BCM96856
	bool "Broadcom 6856 Reference Board"
	depends on ARCH_BCMBCA

config SYS_SOC
	default "bcm6856"

source "board/broadcom/bcmbca/Kconfig"

endif