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