summaryrefslogtreecommitdiff
path: root/board/Marvell/db-88f6820-gp/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-05-05 10:32:08 -0400
committerTom Rini <trini@konsulko.com>2015-05-05 10:32:08 -0400
commit1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6 (patch)
tree89f46db2de98f59883ba6e4390f91af1599e9956 /board/Marvell/db-88f6820-gp/Kconfig
parentff7e9cfc338ecd6db5ed7d6ff8fb7a2889b0131c (diff)
parent2083db7a75792d317a8e726e8be72abea8941d03 (diff)
downloadu-boot-imx-1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6.zip
u-boot-imx-1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6.tar.gz
u-boot-imx-1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6.tar.bz2
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'board/Marvell/db-88f6820-gp/Kconfig')
-rw-r--r--board/Marvell/db-88f6820-gp/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/Marvell/db-88f6820-gp/Kconfig b/board/Marvell/db-88f6820-gp/Kconfig
new file mode 100644
index 0000000..b2e9115
--- /dev/null
+++ b/board/Marvell/db-88f6820-gp/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_DB_88F6820_GP
+
+config SYS_BOARD
+ default "db-88f6820-gp"
+
+config SYS_VENDOR
+ default "Marvell"
+
+config SYS_SOC
+ default "mvebu"
+
+config SYS_CONFIG_NAME
+ default "db-88f6820-gp"
+
+endif