summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmbca/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcmbca/Kconfig')
-rw-r--r--arch/arm/mach-bcmbca/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmbca/Kconfig b/arch/arm/mach-bcmbca/Kconfig
index 5b67975c45..f3104116b3 100644
--- a/arch/arm/mach-bcmbca/Kconfig
+++ b/arch/arm/mach-bcmbca/Kconfig
@@ -19,6 +19,13 @@ config BCM63178
select DM_SERIAL
select PL01X_SERIAL
+config BCM6756
+ bool "Support for Broadcom 6756 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
@@ -35,6 +42,7 @@ config BCM6878
source "arch/arm/mach-bcmbca/bcm47622/Kconfig"
source "arch/arm/mach-bcmbca/bcm63178/Kconfig"
+source "arch/arm/mach-bcmbca/bcm6756/Kconfig"
source "arch/arm/mach-bcmbca/bcm6846/Kconfig"
source "arch/arm/mach-bcmbca/bcm6878/Kconfig"