Kconfig 4.0 KB

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