2014-08-30 22:10:59 +00:00
|
|
|
if KIRKWOOD
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Marvell Kirkwood board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-08-30 22:10:59 +00:00
|
|
|
|
2015-10-23 16:06:43 +00:00
|
|
|
config TARGET_OPENRD
|
|
|
|
bool "Marvell OpenRD Board"
|
|
|
|
|
2014-08-30 22:10:59 +00:00
|
|
|
config TARGET_DREAMPLUG
|
|
|
|
bool "DreamPlug Board"
|
|
|
|
|
2016-10-06 21:29:56 +00:00
|
|
|
config TARGET_DS109
|
|
|
|
bool "Synology DS109"
|
|
|
|
|
2014-08-30 22:10:59 +00:00
|
|
|
config TARGET_GURUPLUG
|
|
|
|
bool "GuruPlug Board"
|
|
|
|
|
|
|
|
config TARGET_SHEEVAPLUG
|
|
|
|
bool "SheevaPlug Board"
|
|
|
|
|
|
|
|
config TARGET_LSXL
|
|
|
|
bool "lsxl Board"
|
|
|
|
|
|
|
|
config TARGET_POGO_E02
|
|
|
|
bool "pogo_e02 Board"
|
|
|
|
|
|
|
|
config TARGET_DNS325
|
|
|
|
bool "dns325 Board"
|
|
|
|
|
|
|
|
config TARGET_ICONNECT
|
|
|
|
bool "iconnect Board"
|
|
|
|
|
|
|
|
config TARGET_KM_KIRKWOOD
|
2019-06-18 11:27:47 +00:00
|
|
|
bool "KM Kirkwood Board"
|
|
|
|
select VENDOR_KM
|
2014-08-30 22:10:59 +00:00
|
|
|
|
|
|
|
config TARGET_NET2BIG_V2
|
|
|
|
bool "LaCie 2Big Network v2 NAS Board"
|
|
|
|
|
|
|
|
config TARGET_NETSPACE_V2
|
|
|
|
bool "LaCie netspace_v2 Board"
|
|
|
|
|
|
|
|
config TARGET_IB62X0
|
|
|
|
bool "ib62x0 Board"
|
|
|
|
|
|
|
|
config TARGET_DOCKSTAR
|
|
|
|
bool "Dockstar Board"
|
|
|
|
|
|
|
|
config TARGET_GOFLEXHOME
|
|
|
|
bool "GoFlex Home Board"
|
|
|
|
|
2014-12-08 16:49:42 +00:00
|
|
|
config TARGET_NAS220
|
|
|
|
bool "BlackArmor NAS220"
|
|
|
|
|
2015-10-23 07:50:58 +00:00
|
|
|
config TARGET_NSA310S
|
|
|
|
bool "Zyxel NSA310S"
|
|
|
|
|
2018-05-30 08:14:35 +00:00
|
|
|
config TARGET_SBx81LIFKW
|
|
|
|
bool "Allied Telesis SBx81GS24/SBx81GT40/SBx81XS6/SBx81XS16"
|
|
|
|
|
2018-06-25 10:34:57 +00:00
|
|
|
config TARGET_SBx81LIFXCAT
|
|
|
|
bool "Allied Telesis SBx81GP24/SBx81GT24"
|
|
|
|
|
2019-04-13 08:21:18 +00:00
|
|
|
config TARGET_DB_88F6281_BP
|
|
|
|
bool "Marvell DB-88F6281-BP"
|
|
|
|
|
2014-08-30 22:10:59 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "kirkwood"
|
|
|
|
|
2015-10-23 16:06:43 +00:00
|
|
|
source "board/Marvell/openrd/Kconfig"
|
2014-08-30 22:10:59 +00:00
|
|
|
source "board/Marvell/dreamplug/Kconfig"
|
2016-10-06 21:29:56 +00:00
|
|
|
source "board/Synology/ds109/Kconfig"
|
2014-08-30 22:10:59 +00:00
|
|
|
source "board/Marvell/guruplug/Kconfig"
|
|
|
|
source "board/Marvell/sheevaplug/Kconfig"
|
|
|
|
source "board/buffalo/lsxl/Kconfig"
|
|
|
|
source "board/cloudengines/pogo_e02/Kconfig"
|
|
|
|
source "board/d-link/dns325/Kconfig"
|
|
|
|
source "board/iomega/iconnect/Kconfig"
|
2019-06-18 11:27:47 +00:00
|
|
|
source "board/keymile/Kconfig"
|
2014-08-30 22:10:59 +00:00
|
|
|
source "board/LaCie/net2big_v2/Kconfig"
|
|
|
|
source "board/LaCie/netspace_v2/Kconfig"
|
|
|
|
source "board/raidsonic/ib62x0/Kconfig"
|
|
|
|
source "board/Seagate/dockstar/Kconfig"
|
|
|
|
source "board/Seagate/goflexhome/Kconfig"
|
2014-12-08 16:49:42 +00:00
|
|
|
source "board/Seagate/nas220/Kconfig"
|
2015-10-23 07:50:58 +00:00
|
|
|
source "board/zyxel/nsa310s/Kconfig"
|
2018-05-30 08:14:35 +00:00
|
|
|
source "board/alliedtelesis/SBx81LIFKW/Kconfig"
|
2018-06-25 10:34:57 +00:00
|
|
|
source "board/alliedtelesis/SBx81LIFXCAT/Kconfig"
|
2019-04-13 08:21:18 +00:00
|
|
|
source "board/Marvell/db-88f6281-bp/Kconfig"
|
2014-08-30 22:10:59 +00:00
|
|
|
|
|
|
|
endif
|