2022-05-09 16:28:02 +00:00
|
|
|
# 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
|
|
|
|
|
2022-08-06 01:34:03 +00:00
|
|
|
config BCM4908
|
|
|
|
bool "Support for Broadcom 4908 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
|
2022-08-06 01:34:01 +00:00
|
|
|
config BCM4912
|
|
|
|
bool "Support for Broadcom 4912 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-08-06 01:25:13 +00:00
|
|
|
config BCM63138
|
|
|
|
bool "Support for Broadcom 63138 Family"
|
|
|
|
select TIMER
|
2022-08-24 04:44:33 +00:00
|
|
|
select ARM_GLOBAL_TIMER
|
2022-08-06 01:25:13 +00:00
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
|
2022-08-06 01:34:00 +00:00
|
|
|
config BCM63146
|
|
|
|
bool "Support for Broadcom 63146 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-08-01 18:39:25 +00:00
|
|
|
config BCM63148
|
|
|
|
bool "Support for Broadcom 63148 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
|
2022-08-22 18:19:44 +00:00
|
|
|
config BCM63158
|
|
|
|
bool "Support for Broadcom 63158 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-08-01 18:39:21 +00:00
|
|
|
config BCM63178
|
|
|
|
bool "Support for Broadcom 63178 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
2022-05-09 16:28:02 +00:00
|
|
|
|
2022-08-01 18:39:24 +00:00
|
|
|
config BCM6756
|
|
|
|
bool "Support for Broadcom 6756 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-08-06 01:34:02 +00:00
|
|
|
config BCM6813
|
|
|
|
bool "Support for Broadcom 6813 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-08-01 18:39:22 +00:00
|
|
|
config BCM6846
|
|
|
|
bool "Support for Broadcom 6846 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
|
2022-08-22 18:49:06 +00:00
|
|
|
config BCM6855
|
|
|
|
bool "Support for Broadcom 6855 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
help
|
|
|
|
Broadcom BCM6855 is a triple core Cortex A7 based xPON Gateway
|
|
|
|
SoC. This SoC family includes BCM6855x, BCM68252 and BCM6753.
|
|
|
|
|
2022-08-22 18:31:41 +00:00
|
|
|
config BCM6856
|
|
|
|
bool "Support for Broadcom 6856 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
help
|
|
|
|
Broadcom BCM6856 is a dual core Brahma-B53 ARMv8 based xPON Gateway
|
|
|
|
SoC. This SoC family includes BCM6856, BCM6836 and BCM4910.
|
|
|
|
|
2022-08-22 18:39:43 +00:00
|
|
|
config BCM6858
|
|
|
|
bool "Support for Broadcom 6858 Family"
|
|
|
|
select ARM64
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select DM_SERIAL
|
|
|
|
select BCM6345_SERIAL
|
|
|
|
help
|
|
|
|
Broadcom BCM6858 is a quad core Brahma-B53 ARMv8 based xPON Gateway
|
|
|
|
SoC. This SoC family includes BCM6858, BCM49508, BCM5504X and BCM6545.
|
|
|
|
|
2022-08-01 18:39:23 +00:00
|
|
|
config BCM6878
|
|
|
|
bool "Support for Broadcom 6878 Family"
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
select CPU_V7A
|
|
|
|
select DM_SERIAL
|
|
|
|
select PL01X_SERIAL
|
|
|
|
|
2022-05-09 16:28:02 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm47622/Kconfig"
|
2022-08-06 01:34:03 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm4908/Kconfig"
|
2022-08-06 01:34:01 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm4912/Kconfig"
|
2022-08-06 01:25:13 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm63138/Kconfig"
|
2022-08-06 01:34:00 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm63146/Kconfig"
|
2022-08-01 18:39:25 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm63148/Kconfig"
|
2022-08-22 18:19:44 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm63158/Kconfig"
|
2022-08-01 18:39:21 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm63178/Kconfig"
|
2022-08-01 18:39:24 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6756/Kconfig"
|
2022-08-06 01:34:02 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6813/Kconfig"
|
2022-08-01 18:39:22 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6846/Kconfig"
|
2022-08-22 18:49:06 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6855/Kconfig"
|
2022-08-22 18:31:41 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6856/Kconfig"
|
2022-08-22 18:39:43 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6858/Kconfig"
|
2022-08-01 18:39:23 +00:00
|
|
|
source "arch/arm/mach-bcmbca/bcm6878/Kconfig"
|
2022-08-01 18:39:21 +00:00
|
|
|
|
|
|
|
endif
|