summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmbca/Kconfig
blob: 891ac30dbdcee5f4a551ed7b324a7f0825c02bdf (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
26
27
28
29
30
31
32
33
# 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

config BCM6846
	bool "Support for Broadcom 6846 Family"
	select SYS_ARCH_TIMER
	select CPU_V7A
	select DM_SERIAL
	select BCM6345_SERIAL

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

endif