summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t2081/Kconfig
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
commit0d48297646c426cdd206b0e530495ab7eb02acd3 (patch)
tree003db115fb07d125bade819a49da8b05b146d38b /board/scalys/simc-t2081/Kconfig
parentdd543f16bbaeb86c8131d2532791dcc2748c6e5f (diff)
downloadu-boot-fsl-qoriq-0d48297646c426cdd206b0e530495ab7eb02acd3.tar.xz
Upstream u-boot update and added QT1040-1GB device support
Diffstat (limited to 'board/scalys/simc-t2081/Kconfig')
-rw-r--r--board/scalys/simc-t2081/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/scalys/simc-t2081/Kconfig b/board/scalys/simc-t2081/Kconfig
new file mode 100644
index 0000000..323ae5b
--- /dev/null
+++ b/board/scalys/simc-t2081/Kconfig
@@ -0,0 +1,9 @@
+if TARGET_SIMC_TXXXX && ARCH_T2081
+
+config SYS_BOARD
+ default "simc-t2081"
+
+config SYS_CONFIG_NAME
+ default "simc-t2081"
+
+endif