diff options
author | Stefan Roese <sr@denx.de> | 2014-10-22 12:13:19 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 09:59:21 -0400 |
commit | a4884831745d713169dc2ec94b3625eddf54b09c (patch) | |
tree | f1d1b9b562b09103b6d1959c01043e297917e9df /board/maxbcm/Kconfig | |
parent | dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7 (diff) | |
download | u-boot-imx-a4884831745d713169dc2ec94b3625eddf54b09c.zip u-boot-imx-a4884831745d713169dc2ec94b3625eddf54b09c.tar.gz u-boot-imx-a4884831745d713169dc2ec94b3625eddf54b09c.tar.bz2 |
arm: armada-xp: Add basic support for the maxBCM board
The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It
integrates an SPI NOR flash and an Marvell 88E6185 switch.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/maxbcm/Kconfig')
-rw-r--r-- | board/maxbcm/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/maxbcm/Kconfig b/board/maxbcm/Kconfig new file mode 100644 index 0000000..d34e2ab --- /dev/null +++ b/board/maxbcm/Kconfig @@ -0,0 +1,19 @@ +if TARGET_MAXBCM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "maxbcm" + +config SYS_SOC + string + default "armada-xp" + +config SYS_CONFIG_NAME + string + default "maxbcm" + +endif |