diff options
Diffstat (limited to 'board/gdsys')
-rw-r--r-- | board/gdsys/405ep/Kconfig | 63 | ||||
-rw-r--r-- | board/gdsys/405ex/Kconfig | 15 | ||||
-rw-r--r-- | board/gdsys/dlvision/Kconfig | 15 | ||||
-rw-r--r-- | board/gdsys/gdppc440etx/Kconfig | 15 | ||||
-rw-r--r-- | board/gdsys/intip/Kconfig | 15 | ||||
-rw-r--r-- | board/gdsys/p1022/Kconfig | 15 |
6 files changed, 138 insertions, 0 deletions
diff --git a/board/gdsys/405ep/Kconfig b/board/gdsys/405ep/Kconfig new file mode 100644 index 00000000000..8a5d3f51ae7 --- /dev/null +++ b/board/gdsys/405ep/Kconfig @@ -0,0 +1,63 @@ +if TARGET_DLVISION_10G + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "dlvision-10g" + +endif + +if TARGET_IO + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "io" + +endif + +if TARGET_IOCON + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "iocon" + +endif + +if TARGET_NEO + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "neo" + +endif diff --git a/board/gdsys/405ex/Kconfig b/board/gdsys/405ex/Kconfig new file mode 100644 index 00000000000..b4fb9753fdd --- /dev/null +++ b/board/gdsys/405ex/Kconfig @@ -0,0 +1,15 @@ +if TARGET_IO64 + +config SYS_BOARD + string + default "405ex" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "io64" + +endif diff --git a/board/gdsys/dlvision/Kconfig b/board/gdsys/dlvision/Kconfig new file mode 100644 index 00000000000..af8334e96cc --- /dev/null +++ b/board/gdsys/dlvision/Kconfig @@ -0,0 +1,15 @@ +if TARGET_DLVISION + +config SYS_BOARD + string + default "dlvision" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "dlvision" + +endif diff --git a/board/gdsys/gdppc440etx/Kconfig b/board/gdsys/gdppc440etx/Kconfig new file mode 100644 index 00000000000..5a05c1c7fee --- /dev/null +++ b/board/gdsys/gdppc440etx/Kconfig @@ -0,0 +1,15 @@ +if TARGET_GDPPC440ETX + +config SYS_BOARD + string + default "gdppc440etx" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "gdppc440etx" + +endif diff --git a/board/gdsys/intip/Kconfig b/board/gdsys/intip/Kconfig new file mode 100644 index 00000000000..7be439c6f2f --- /dev/null +++ b/board/gdsys/intip/Kconfig @@ -0,0 +1,15 @@ +if TARGET_INTIP + +config SYS_BOARD + string + default "intip" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "intip" + +endif diff --git a/board/gdsys/p1022/Kconfig b/board/gdsys/p1022/Kconfig new file mode 100644 index 00000000000..277ed7d1938 --- /dev/null +++ b/board/gdsys/p1022/Kconfig @@ -0,0 +1,15 @@ +if TARGET_CONTROLCENTERD + +config SYS_BOARD + string + default "p1022" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "controlcenterd" + +endif |