summaryrefslogtreecommitdiffstats
path: root/board/enbw
diff options
context:
space:
mode:
Diffstat (limited to 'board/enbw')
-rw-r--r--board/enbw/enbw_cmc/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/enbw/enbw_cmc/Kconfig b/board/enbw/enbw_cmc/Kconfig
new file mode 100644
index 0000000000..e061e7e4bf
--- /dev/null
+++ b/board/enbw/enbw_cmc/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_ENBW_CMC
+
+config SYS_CPU
+ string
+ default "arm926ejs"
+
+config SYS_BOARD
+ string
+ default "enbw_cmc"
+
+config SYS_VENDOR
+ string
+ default "enbw"
+
+config SYS_SOC
+ string
+ default "davinci"
+
+config SYS_CONFIG_NAME
+ string
+ default "enbw_cmc"
+
+endif
OpenPOWER on IntegriCloud