summaryrefslogtreecommitdiffstats
path: root/board/freescale/p2020ds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/p2020ds/Kconfig')
-rw-r--r--board/freescale/p2020ds/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/p2020ds/Kconfig b/board/freescale/p2020ds/Kconfig
new file mode 100644
index 0000000000..29031d0d99
--- /dev/null
+++ b/board/freescale/p2020ds/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_P2020DS
+
+config SYS_BOARD
+ string
+ default "p2020ds"
+
+config SYS_VENDOR
+ string
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ string
+ default "P2020DS"
+
+endif
OpenPOWER on IntegriCloud