Kconfig 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. if ARCH_KIRKWOOD
  2. menu "Marvell Kirkwood Implementations"
  3. config MACH_DB88F6281_BP
  4. bool "Marvell DB-88F6281-BP Development Board"
  5. help
  6. Say 'Y' here if you want your kernel to support the
  7. Marvell DB-88F6281-BP Development Board.
  8. config MACH_RD88F6192_NAS
  9. bool "Marvell RD-88F6192-NAS Reference Board"
  10. help
  11. Say 'Y' here if you want your kernel to support the
  12. Marvell RD-88F6192-NAS Reference Board.
  13. config MACH_RD88F6281
  14. bool "Marvell RD-88F6281 Reference Board"
  15. help
  16. Say 'Y' here if you want your kernel to support the
  17. Marvell RD-88F6281 Reference Board.
  18. config MACH_MV88F6281GTW_GE
  19. bool "Marvell 88F6281 GTW GE Board"
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. Marvell 88F6281 GTW GE Board.
  23. config MACH_SHEEVAPLUG
  24. bool "Marvell SheevaPlug Reference Board"
  25. help
  26. Say 'Y' here if you want your kernel to support the
  27. Marvell SheevaPlug Reference Board.
  28. config MACH_ESATA_SHEEVAPLUG
  29. bool "Marvell eSATA SheevaPlug Reference Board"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. Marvell eSATA SheevaPlug Reference Board.
  33. config MACH_GURUPLUG
  34. bool "Marvell GuruPlug Reference Board"
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Marvell GuruPlug Reference Board.
  38. config ARCH_KIRKWOOD_DT
  39. bool "Marvell Kirkwood Flattened Device Tree"
  40. select USE_OF
  41. help
  42. Say 'Y' here if you want your kernel to support the
  43. Marvell Kirkwood using flattened device tree.
  44. config MACH_DREAMPLUG_DT
  45. bool "Marvell DreamPlug (Flattened Device Tree)"
  46. select ARCH_KIRKWOOD_DT
  47. help
  48. Say 'Y' here if you want your kernel to support the
  49. Marvell DreamPlug (Flattened Device Tree).
  50. config MACH_ICONNECT_DT
  51. bool "Iomega Iconnect (Flattened Device Tree)"
  52. select ARCH_KIRKWOOD_DT
  53. help
  54. Say 'Y' here to enable Iomega Iconnect support.
  55. config MACH_DLINK_KIRKWOOD_DT
  56. bool "D-Link Kirkwood-based NAS (Flattened Device Tree)"
  57. select ARCH_KIRKWOOD_DT
  58. help
  59. Say 'Y' here if you want your kernel to support the
  60. Kirkwood-based D-Link NASes such as DNS-320 & DNS-325,
  61. using Flattened Device Tree.
  62. config MACH_IB62X0_DT
  63. bool "RaidSonic IB-NAS6210, IB-NAS6220 (Flattened Device Tree)"
  64. select ARCH_KIRKWOOD_DT
  65. help
  66. Say 'Y' here if you want your kernel to support the
  67. RaidSonic IB-NAS6210 & IB-NAS6220 devices, using
  68. Flattened Device Tree.
  69. config MACH_TS219_DT
  70. bool "Device Tree for QNAP TS-11X, TS-21X NAS"
  71. select ARCH_KIRKWOOD_DT
  72. select ARM_APPENDED_DTB
  73. select ARM_ATAG_DTB_COMPAT
  74. help
  75. Say 'Y' here if you want your kernel to support the QNAP
  76. TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
  77. TS-219P+ Turbo NAS devices using Fattened Device Tree.
  78. There are two different Device Tree descriptions, depending
  79. on if the device is based on an if the board uses the MV6281
  80. or MV6282. If you have the wrong one, the buttons will not
  81. work.
  82. config MACH_DOCKSTAR_DT
  83. bool "Seagate FreeAgent Dockstar (Flattened Device Tree)"
  84. select ARCH_KIRKWOOD_DT
  85. help
  86. Say 'Y' here if you want your kernel to support the
  87. Seagate FreeAgent Dockstar (Flattened Device Tree).
  88. config MACH_GOFLEXNET_DT
  89. bool "Seagate GoFlex Net (Flattened Device Tree)"
  90. select ARCH_KIRKWOOD_DT
  91. help
  92. Say 'Y' here if you want your kernel to support the
  93. Seagate GoFlex Net (Flattened Device Tree).
  94. config MACH_LSXL_DT
  95. bool "Buffalo Linkstation LS-XHL, LS-CHLv2 (Flattened Device Tree)"
  96. select ARCH_KIRKWOOD_DT
  97. help
  98. Say 'Y' here if you want your kernel to support the
  99. Buffalo Linkstation LS-XHL & LS-CHLv2 devices, using
  100. Flattened Device Tree.
  101. config MACH_IOMEGA_IX2_200_DT
  102. bool "Iomega StorCenter ix2-200 (Flattened Device Tree)"
  103. select ARCH_KIRKWOOD_DT
  104. help
  105. Say 'Y' here if you want your kernel to support the
  106. Iomega StorCenter ix2-200 (Flattened Device Tree).
  107. config MACH_KM_KIRKWOOD_DT
  108. bool "Keymile Kirkwood Reference Design (Flattened Device Tree)"
  109. select ARCH_KIRKWOOD_DT
  110. help
  111. Say 'Y' here if you want your kernel to support the
  112. Keymile Kirkwood Reference Desgin, using Flattened Device Tree.
  113. config MACH_INETSPACE_V2_DT
  114. bool "LaCie Internet Space v2 NAS (Flattened Device Tree)"
  115. select ARCH_KIRKWOOD_DT
  116. help
  117. Say 'Y' here if you want your kernel to support the LaCie
  118. Internet Space v2 NAS, using Flattened Device Tree.
  119. config MACH_NETSPACE_V2_DT
  120. bool "LaCie Network Space v2 NAS (Flattened Device Tree)"
  121. select ARCH_KIRKWOOD_DT
  122. help
  123. Say 'Y' here if you want your kernel to support the LaCie
  124. Network Space v2 NAS, using Flattened Device Tree.
  125. config MACH_NETSPACE_MAX_V2_DT
  126. bool "LaCie Network Space Max v2 NAS (Flattened Device Tree)"
  127. select ARCH_KIRKWOOD_DT
  128. help
  129. Say 'Y' here if you want your kernel to support the LaCie
  130. Network Space Max v2 NAS, using Flattened Device Tree.
  131. config MACH_NETSPACE_LITE_V2_DT
  132. bool "LaCie Network Space Lite v2 NAS (Flattened Device Tree)"
  133. select ARCH_KIRKWOOD_DT
  134. help
  135. Say 'Y' here if you want your kernel to support the LaCie
  136. Network Space Lite v2 NAS, using Flattened Device Tree.
  137. config MACH_NETSPACE_MINI_V2_DT
  138. bool "LaCie Network Space Mini v2 NAS (Flattened Device Tree)"
  139. select ARCH_KIRKWOOD_DT
  140. help
  141. Say 'Y' here if you want your kernel to support the LaCie
  142. Network Space Mini v2 NAS (aka SafeBox), using Flattened
  143. Device Tree.
  144. config MACH_TOPKICK_DT
  145. bool "USI Topkick (Flattened Device Tree)"
  146. select ARCH_KIRKWOOD_DT
  147. help
  148. Say 'Y' here if you want your kernel to support the
  149. USI Topkick, using Flattened Device Tree
  150. config MACH_TS219
  151. bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
  152. help
  153. Say 'Y' here if you want your kernel to support the
  154. QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
  155. TS-219P+ Turbo NAS devices.
  156. config MACH_TS41X
  157. bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
  158. help
  159. Say 'Y' here if you want your kernel to support the
  160. QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
  161. NAS devices.
  162. config MACH_DOCKSTAR
  163. bool "Seagate FreeAgent DockStar"
  164. help
  165. Say 'Y' here if you want your kernel to support the
  166. Seagate FreeAgent DockStar.
  167. config MACH_OPENRD
  168. bool
  169. config MACH_OPENRD_BASE
  170. bool "Marvell OpenRD Base Board"
  171. select MACH_OPENRD
  172. help
  173. Say 'Y' here if you want your kernel to support the
  174. Marvell OpenRD Base Board.
  175. config MACH_OPENRD_CLIENT
  176. bool "Marvell OpenRD Client Board"
  177. select MACH_OPENRD
  178. help
  179. Say 'Y' here if you want your kernel to support the
  180. Marvell OpenRD Client Board.
  181. config MACH_OPENRD_ULTIMATE
  182. bool "Marvell OpenRD Ultimate Board"
  183. select MACH_OPENRD
  184. help
  185. Say 'Y' here if you want your kernel to support the
  186. Marvell OpenRD Ultimate Board.
  187. config MACH_NETSPACE_V2
  188. bool "LaCie Network Space v2 NAS Board"
  189. help
  190. Say 'Y' here if you want your kernel to support the
  191. LaCie Network Space v2 NAS.
  192. config MACH_INETSPACE_V2
  193. bool "LaCie Internet Space v2 NAS Board"
  194. help
  195. Say 'Y' here if you want your kernel to support the
  196. LaCie Internet Space v2 NAS.
  197. config MACH_NETSPACE_MAX_V2
  198. bool "LaCie Network Space Max v2 NAS Board"
  199. help
  200. Say 'Y' here if you want your kernel to support the
  201. LaCie Network Space Max v2 NAS.
  202. config MACH_D2NET_V2
  203. bool "LaCie d2 Network v2 NAS Board"
  204. help
  205. Say 'Y' here if you want your kernel to support the
  206. LaCie d2 Network v2 NAS.
  207. config MACH_NET2BIG_V2
  208. bool "LaCie 2Big Network v2 NAS Board"
  209. help
  210. Say 'Y' here if you want your kernel to support the
  211. LaCie 2Big Network v2 NAS.
  212. config MACH_NET5BIG_V2
  213. bool "LaCie 5Big Network v2 NAS Board"
  214. help
  215. Say 'Y' here if you want your kernel to support the
  216. LaCie 5Big Network v2 NAS.
  217. config MACH_T5325
  218. bool "HP t5325 Thin Client"
  219. help
  220. Say 'Y' here if you want your kernel to support the
  221. HP t5325 Thin Client.
  222. endmenu
  223. endif