Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. if ARCH_KIRKWOOD
  2. menu "Marvell Kirkwood Implementations"
  3. config KIRKWOOD_LEGACY
  4. bool
  5. config MACH_D2NET_V2
  6. bool "LaCie d2 Network v2 NAS Board"
  7. select KIRKWOOD_LEGACY
  8. help
  9. Say 'Y' here if you want your kernel to support the
  10. LaCie d2 Network v2 NAS.
  11. config MACH_DOCKSTAR
  12. bool "Seagate FreeAgent DockStar"
  13. select KIRKWOOD_LEGACY
  14. help
  15. Say 'Y' here if you want your kernel to support the
  16. Seagate FreeAgent DockStar.
  17. config MACH_ESATA_SHEEVAPLUG
  18. bool "Marvell eSATA SheevaPlug Reference Board"
  19. select KIRKWOOD_LEGACY
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. Marvell eSATA SheevaPlug Reference Board.
  23. config MACH_GURUPLUG
  24. bool "Marvell GuruPlug Reference Board"
  25. select KIRKWOOD_LEGACY
  26. help
  27. Say 'Y' here if you want your kernel to support the
  28. Marvell GuruPlug Reference Board.
  29. config MACH_INETSPACE_V2
  30. bool "LaCie Internet Space v2 NAS Board"
  31. select KIRKWOOD_LEGACY
  32. help
  33. Say 'Y' here if you want your kernel to support the
  34. LaCie Internet Space v2 NAS.
  35. config MACH_MV88F6281GTW_GE
  36. bool "Marvell 88F6281 GTW GE Board"
  37. select KIRKWOOD_LEGACY
  38. help
  39. Say 'Y' here if you want your kernel to support the
  40. Marvell 88F6281 GTW GE Board.
  41. config MACH_NET2BIG_V2
  42. bool "LaCie 2Big Network v2 NAS Board"
  43. select KIRKWOOD_LEGACY
  44. help
  45. Say 'Y' here if you want your kernel to support the
  46. LaCie 2Big Network v2 NAS.
  47. config MACH_NET5BIG_V2
  48. bool "LaCie 5Big Network v2 NAS Board"
  49. select KIRKWOOD_LEGACY
  50. help
  51. Say 'Y' here if you want your kernel to support the
  52. LaCie 5Big Network v2 NAS.
  53. config MACH_NETSPACE_MAX_V2
  54. bool "LaCie Network Space Max v2 NAS Board"
  55. select KIRKWOOD_LEGACY
  56. help
  57. Say 'Y' here if you want your kernel to support the
  58. LaCie Network Space Max v2 NAS.
  59. config MACH_NETSPACE_V2
  60. bool "LaCie Network Space v2 NAS Board"
  61. select KIRKWOOD_LEGACY
  62. help
  63. Say 'Y' here if you want your kernel to support the
  64. LaCie Network Space v2 NAS.
  65. config MACH_OPENRD
  66. select KIRKWOOD_LEGACY
  67. bool
  68. config MACH_OPENRD_BASE
  69. bool "Marvell OpenRD Base Board"
  70. select MACH_OPENRD
  71. help
  72. Say 'Y' here if you want your kernel to support the
  73. Marvell OpenRD Base Board.
  74. config MACH_OPENRD_CLIENT
  75. bool "Marvell OpenRD Client Board"
  76. select MACH_OPENRD
  77. help
  78. Say 'Y' here if you want your kernel to support the
  79. Marvell OpenRD Client Board.
  80. config MACH_OPENRD_ULTIMATE
  81. bool "Marvell OpenRD Ultimate Board"
  82. select MACH_OPENRD
  83. help
  84. Say 'Y' here if you want your kernel to support the
  85. Marvell OpenRD Ultimate Board.
  86. config MACH_RD88F6192_NAS
  87. bool "Marvell RD-88F6192-NAS Reference Board"
  88. select KIRKWOOD_LEGACY
  89. help
  90. Say 'Y' here if you want your kernel to support the
  91. Marvell RD-88F6192-NAS Reference Board.
  92. config MACH_RD88F6281
  93. bool "Marvell RD-88F6281 Reference Board"
  94. select KIRKWOOD_LEGACY
  95. help
  96. Say 'Y' here if you want your kernel to support the
  97. Marvell RD-88F6281 Reference Board.
  98. config MACH_SHEEVAPLUG
  99. bool "Marvell SheevaPlug Reference Board"
  100. select KIRKWOOD_LEGACY
  101. help
  102. Say 'Y' here if you want your kernel to support the
  103. Marvell SheevaPlug Reference Board.
  104. config MACH_T5325
  105. bool "HP t5325 Thin Client"
  106. select KIRKWOOD_LEGACY
  107. help
  108. Say 'Y' here if you want your kernel to support the
  109. HP t5325 Thin Client.
  110. config MACH_TS219
  111. bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
  112. select KIRKWOOD_LEGACY
  113. help
  114. Say 'Y' here if you want your kernel to support the
  115. QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
  116. TS-219P+ Turbo NAS devices.
  117. config MACH_TS41X
  118. bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
  119. select KIRKWOOD_LEGACY
  120. help
  121. Say 'Y' here if you want your kernel to support the
  122. QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
  123. NAS devices.
  124. comment "Device tree entries"
  125. config ARCH_KIRKWOOD_DT
  126. bool "Marvell Kirkwood Flattened Device Tree"
  127. select KIRKWOOD_CLK
  128. select ORION_IRQCHIP
  129. select ORION_TIMER
  130. select POWER_SUPPLY
  131. select POWER_RESET
  132. select POWER_RESET_GPIO
  133. select REGULATOR
  134. select REGULATOR_FIXED_VOLTAGE
  135. select USE_OF
  136. help
  137. Say 'Y' here if you want your kernel to support the
  138. Marvell Kirkwood using flattened device tree.
  139. config MACH_DLINK_KIRKWOOD_DT
  140. bool "D-Link Kirkwood-based NAS (Flattened Device Tree)"
  141. select ARCH_KIRKWOOD_DT
  142. help
  143. Say 'Y' here if you want your kernel to support the
  144. Kirkwood-based D-Link NASes such as DNS-320 & DNS-325,
  145. using Flattened Device Tree.
  146. endmenu
  147. endif