diff options
Diffstat (limited to 'board/Seagate')
-rw-r--r-- | board/Seagate/dockstar/Kconfig | 23 | ||||
-rw-r--r-- | board/Seagate/goflexhome/Kconfig | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/board/Seagate/dockstar/Kconfig b/board/Seagate/dockstar/Kconfig new file mode 100644 index 0000000..4696ac6 --- /dev/null +++ b/board/Seagate/dockstar/Kconfig @@ -0,0 +1,23 @@ +if TARGET_DOCKSTAR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dockstar" + +config SYS_VENDOR + string + default "Seagate" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "dockstar" + +endif diff --git a/board/Seagate/goflexhome/Kconfig b/board/Seagate/goflexhome/Kconfig new file mode 100644 index 0000000..0f918cb --- /dev/null +++ b/board/Seagate/goflexhome/Kconfig @@ -0,0 +1,23 @@ +if TARGET_GOFLEXHOME + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "goflexhome" + +config SYS_VENDOR + string + default "Seagate" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "goflexhome" + +endif |