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