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