aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-01-07 20:14:17 +0100
committerTom Rini <trini@konsulko.com>2020-01-23 07:29:58 -0500
commit645b7ec52c575e853ef93eddc0f7f16c99f74e55 (patch)
treeb3a3d0924e9b89d52745a71151646e426f203daa /arch/arm/Kconfig
parente520036f9d83899eba3707bf2a5eb4c1bf92df55 (diff)
downloadu-boot-645b7ec52c575e853ef93eddc0f7f16c99f74e55.zip
u-boot-645b7ec52c575e853ef93eddc0f7f16c99f74e55.tar.gz
u-boot-645b7ec52c575e853ef93eddc0f7f16c99f74e55.tar.bz2
bcm968360bg: add initial support
This add the initial support of the broadcom reference board bcm968360bg with a bcm68360 SoC. This board has 512 MB of RAM, 256 MB of flash (nand), 2 USB port, 1 UART, and 4 ethernet ports. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 94a649f..9608f54 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1834,6 +1834,7 @@ source "board/armltd/vexpress64/Kconfig"
source "board/broadcom/bcm23550_w1d/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
source "board/broadcom/bcm963158/Kconfig"
+source "board/broadcom/bcm968360bg/Kconfig"
source "board/broadcom/bcm968580xref/Kconfig"
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"