summaryrefslogtreecommitdiffstats
path: root/board/esd/tasreg/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/tasreg/Kconfig')
-rw-r--r--board/esd/tasreg/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/esd/tasreg/Kconfig b/board/esd/tasreg/Kconfig
new file mode 100644
index 0000000000..8fb80dc265
--- /dev/null
+++ b/board/esd/tasreg/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_TASREG
+
+config SYS_CPU
+ string
+ default "mcf52x2"
+
+config SYS_BOARD
+ string
+ default "tasreg"
+
+config SYS_VENDOR
+ string
+ default "esd"
+
+config SYS_CONFIG_NAME
+ string
+ default "TASREG"
+
+endif
OpenPOWER on IntegriCloud