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