Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 1 | if KIRKWOOD |
| 2 | |
| 3 | choice |
| 4 | prompt "Marvell Kirkwood board select" |
| 5 | |
| 6 | config TARGET_OPENRD |
| 7 | bool "Marvell OpenRD Board" |
| 8 | |
| 9 | config TARGET_MV88F6281GTW_GE |
| 10 | bool "MV88f6281GTW_GE Board" |
| 11 | |
| 12 | config TARGET_RD6281A |
| 13 | bool "RD6281A Board" |
| 14 | |
| 15 | config TARGET_DREAMPLUG |
| 16 | bool "DreamPlug Board" |
| 17 | |
| 18 | config TARGET_GURUPLUG |
| 19 | bool "GuruPlug Board" |
| 20 | |
| 21 | config TARGET_SHEEVAPLUG |
| 22 | bool "SheevaPlug Board" |
| 23 | |
| 24 | config TARGET_LSXL |
| 25 | bool "lsxl Board" |
| 26 | |
| 27 | config TARGET_POGO_E02 |
| 28 | bool "pogo_e02 Board" |
| 29 | |
| 30 | config TARGET_DNS325 |
| 31 | bool "dns325 Board" |
| 32 | |
| 33 | config TARGET_ICONNECT |
| 34 | bool "iconnect Board" |
| 35 | |
| 36 | config TARGET_TK71 |
| 37 | bool "TK71 Board" |
| 38 | |
| 39 | config TARGET_KM_KIRKWOOD |
| 40 | bool "KM_KIRKWOOD Board" |
| 41 | |
| 42 | config TARGET_NET2BIG_V2 |
| 43 | bool "LaCie 2Big Network v2 NAS Board" |
| 44 | |
| 45 | config TARGET_NETSPACE_V2 |
| 46 | bool "LaCie netspace_v2 Board" |
| 47 | |
| 48 | config TARGET_WIRELESS_SPACE |
| 49 | bool "LaCie Wireless_space Board" |
| 50 | |
| 51 | config TARGET_IB62X0 |
| 52 | bool "ib62x0 Board" |
| 53 | |
| 54 | config TARGET_DOCKSTAR |
| 55 | bool "Dockstar Board" |
| 56 | |
| 57 | config TARGET_GOFLEXHOME |
| 58 | bool "GoFlex Home Board" |
| 59 | |
Evgeni Dobrev | 9637c4b | 2014-12-08 17:49:42 +0100 | [diff] [blame] | 60 | config TARGET_NAS220 |
| 61 | bool "BlackArmor NAS220" |
| 62 | |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 63 | endchoice |
| 64 | |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 65 | config SYS_SOC |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 66 | default "kirkwood" |
| 67 | |
| 68 | source "board/Marvell/openrd/Kconfig" |
| 69 | source "board/Marvell/mv88f6281gtw_ge/Kconfig" |
| 70 | source "board/Marvell/rd6281a/Kconfig" |
| 71 | source "board/Marvell/dreamplug/Kconfig" |
| 72 | source "board/Marvell/guruplug/Kconfig" |
| 73 | source "board/Marvell/sheevaplug/Kconfig" |
| 74 | source "board/buffalo/lsxl/Kconfig" |
| 75 | source "board/cloudengines/pogo_e02/Kconfig" |
| 76 | source "board/d-link/dns325/Kconfig" |
| 77 | source "board/iomega/iconnect/Kconfig" |
| 78 | source "board/karo/tk71/Kconfig" |
| 79 | source "board/keymile/km_arm/Kconfig" |
| 80 | source "board/LaCie/net2big_v2/Kconfig" |
| 81 | source "board/LaCie/netspace_v2/Kconfig" |
| 82 | source "board/LaCie/wireless_space/Kconfig" |
| 83 | source "board/raidsonic/ib62x0/Kconfig" |
| 84 | source "board/Seagate/dockstar/Kconfig" |
| 85 | source "board/Seagate/goflexhome/Kconfig" |
Evgeni Dobrev | 9637c4b | 2014-12-08 17:49:42 +0100 | [diff] [blame] | 86 | source "board/Seagate/nas220/Kconfig" |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 87 | |
| 88 | endif |