diff options
author | Suneel Garapati <sgarapati@marvell.com> | 2019-10-19 18:37:55 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-25 08:01:16 +0200 |
commit | 03c2288070155ee88d0c3341748a1b2b13418d8c (patch) | |
tree | c952178591efa580c3b8804ad647efe07b0d38b5 /board/Marvell/octeontx/Kconfig | |
parent | af6ba90048afb4e0db3ff2480364286f230f8b91 (diff) |
arm: octeontx: Add support for OcteonTX SoC platforms
This patch adds support for all OcteonTX 81xx/83xx
boards from Marvell.
For 81xx boards, use octeontx_81xx_defconfig and
for 83xx boards, use octeontx_83xx_defconfig.
Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
Diffstat (limited to 'board/Marvell/octeontx/Kconfig')
-rw-r--r-- | board/Marvell/octeontx/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/Marvell/octeontx/Kconfig b/board/Marvell/octeontx/Kconfig new file mode 100644 index 0000000000..45d115916c --- /dev/null +++ b/board/Marvell/octeontx/Kconfig @@ -0,0 +1,14 @@ +if TARGET_OCTEONTX_81XX || TARGET_OCTEONTX_83XX + +config SYS_VENDOR + string + default "Marvell" + +config SYS_BOARD + string + default "octeontx" + +config SYS_CONFIG_NAME + default "octeontx_common" + +endif |