aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmbca/Kconfig
blob: 99e26e4ab8c9688641eeb38e3a9a0c0062560955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2022 Broadcom Ltd
#

if ARCH_BCMBCA

config BCM47622
	bool "Support for Broadcom 47622 Family"
	select SYS_ARCH_TIMER
	select CPU_V7A
	select DM_SERIAL
	select PL01X_SERIAL

config BCM63178
	bool "Support for Broadcom 63178 Family"
	select SYS_ARCH_TIMER
	select CPU_V7A
	select DM_SERIAL
	select PL01X_SERIAL

source "arch/arm/mach-bcmbca/bcm47622/Kconfig"
source "arch/arm/mach-bcmbca/bcm63178/Kconfig"

endif