diff options
author | Suneel Garapati <sgarapati@marvell.com> | 2019-10-19 18:47:37 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-25 08:01:16 +0200 |
commit | 0a668f6d38a2a631eb872f4f1107399db46b1c15 (patch) | |
tree | d5d01bd1b1b619a47adbc99fd65272e4b71957ef /board/Marvell/octeontx2/Kconfig | |
parent | 03c2288070155ee88d0c3341748a1b2b13418d8c (diff) | |
download | u-boot-0a668f6d38a2a631eb872f4f1107399db46b1c15.tar.gz u-boot-0a668f6d38a2a631eb872f4f1107399db46b1c15.tar.xz u-boot-0a668f6d38a2a631eb872f4f1107399db46b1c15.zip |
arm: octeontx2: Add support for OcteonTX2 SoC platforms
This patch adds support for all OcteonTX2 96xx/95xx
boards from Marvell.
For 96xx boards, use octeontx_96xx_defconfig and
for 95xx boards, use octeontx_95xx_defconfig.
Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
Diffstat (limited to 'board/Marvell/octeontx2/Kconfig')
-rw-r--r-- | board/Marvell/octeontx2/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/Marvell/octeontx2/Kconfig b/board/Marvell/octeontx2/Kconfig new file mode 100644 index 0000000000..99291d795b --- /dev/null +++ b/board/Marvell/octeontx2/Kconfig @@ -0,0 +1,14 @@ +if TARGET_OCTEONTX2_95XX || TARGET_OCTEONTX2_96XX + +config SYS_VENDOR + string + default "Marvell" + +config SYS_BOARD + string + default "octeontx2" + +config SYS_CONFIG_NAME + default "octeontx2_common" + +endif |