aboutsummaryrefslogtreecommitdiff
path: root/board/sagem/f@st1704/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-31 22:28:06 -0400
committerTom Rini <trini@konsulko.com>2017-05-31 22:28:06 -0400
commit31493dd5ffc74e2d5d1f1112fd2267e37d4fd698 (patch)
tree25e36b80fded32b568357f0d73b583beb3d980bb /board/sagem/f@st1704/Kconfig
parent1b87f9538f28566a4f718532f9c6a2a19842dbde (diff)
parentc93bb1d7bb24930cd3591b0a5a980f77fabd1c29 (diff)
downloadu-boot-31493dd5ffc74e2d5d1f1112fd2267e37d4fd698.zip
u-boot-31493dd5ffc74e2d5d1f1112fd2267e37d4fd698.tar.gz
u-boot-31493dd5ffc74e2d5d1f1112fd2267e37d4fd698.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mips
Please pull another update for Broadcom MIPS. This contains new SoC's, new boards and new drivers and some bugfixes.
Diffstat (limited to 'board/sagem/f@st1704/Kconfig')
-rw-r--r--board/sagem/f@st1704/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/sagem/f@st1704/Kconfig b/board/sagem/f@st1704/Kconfig
new file mode 100644
index 0000000..4566fcc
--- /dev/null
+++ b/board/sagem/f@st1704/Kconfig
@@ -0,0 +1,12 @@
+if BOARD_SAGEM_FAST1704
+
+config SYS_BOARD
+ default "f@st1704"
+
+config SYS_VENDOR
+ default "sagem"
+
+config SYS_CONFIG_NAME
+ default "sagem_f@st1704"
+
+endif