diff options
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/mip405/Kconfig | 15 | ||||
-rw-r--r-- | board/mpl/pati/Kconfig | 15 | ||||
-rw-r--r-- | board/mpl/pip405/Kconfig | 15 | ||||
-rw-r--r-- | board/mpl/vcma9/Kconfig | 23 |
4 files changed, 68 insertions, 0 deletions
diff --git a/board/mpl/mip405/Kconfig b/board/mpl/mip405/Kconfig new file mode 100644 index 00000000000..6705260d3ce --- /dev/null +++ b/board/mpl/mip405/Kconfig @@ -0,0 +1,15 @@ +if TARGET_MIP405 + +config SYS_BOARD + string + default "mip405" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "MIP405" + +endif diff --git a/board/mpl/pati/Kconfig b/board/mpl/pati/Kconfig new file mode 100644 index 00000000000..b902cbd273f --- /dev/null +++ b/board/mpl/pati/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PATI + +config SYS_BOARD + string + default "pati" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "PATI" + +endif diff --git a/board/mpl/pip405/Kconfig b/board/mpl/pip405/Kconfig new file mode 100644 index 00000000000..1e1295b0cea --- /dev/null +++ b/board/mpl/pip405/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PIP405 + +config SYS_BOARD + string + default "pip405" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "PIP405" + +endif diff --git a/board/mpl/vcma9/Kconfig b/board/mpl/vcma9/Kconfig new file mode 100644 index 00000000000..91246be71bb --- /dev/null +++ b/board/mpl/vcma9/Kconfig @@ -0,0 +1,23 @@ +if TARGET_VCMA9 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "vcma9" + +config SYS_VENDOR + string + default "mpl" + +config SYS_SOC + string + default "s3c24x0" + +config SYS_CONFIG_NAME + string + default "VCMA9" + +endif |