diff options
Diffstat (limited to 'board/imx31_phycore')
-rw-r--r-- | board/imx31_phycore/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/imx31_phycore/Kconfig b/board/imx31_phycore/Kconfig new file mode 100644 index 0000000..c74f4a6 --- /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 |