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