Kconfig 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. if ARCH_ORION5X
  2. menu "Orion Implementations"
  3. config MACH_DB88F5281
  4. bool "Marvell Orion-2 Development Board"
  5. select I2C_BOARDINFO
  6. help
  7. Say 'Y' here if you want your kernel to support the
  8. Marvell Orion-2 (88F5281) Development Board
  9. config MACH_RD88F5182
  10. bool "Marvell Orion-NAS Reference Design"
  11. select I2C_BOARDINFO
  12. help
  13. Say 'Y' here if you want your kernel to support the
  14. Marvell Orion-NAS (88F5182) RD2
  15. config MACH_KUROBOX_PRO
  16. bool "KuroBox Pro"
  17. select I2C_BOARDINFO
  18. help
  19. Say 'Y' here if you want your kernel to support the
  20. KuroBox Pro platform.
  21. config MACH_DNS323
  22. bool "D-Link DNS-323"
  23. select I2C_BOARDINFO
  24. select PHYLIB
  25. help
  26. Say 'Y' here if you want your kernel to support the
  27. D-Link DNS-323 platform.
  28. config MACH_TS209
  29. bool "QNAP TS-109/TS-209"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. QNAP TS-109/TS-209 platform.
  33. config MACH_TERASTATION_PRO2
  34. bool "Buffalo Terastation Pro II/Live"
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Buffalo Terastation Pro II/Live platform.
  38. config MACH_LINKSTATION_PRO
  39. bool "Buffalo Linkstation Pro/Live"
  40. select I2C_BOARDINFO
  41. help
  42. Say 'Y' here if you want your kernel to support the
  43. Buffalo Linkstation Pro/Live platform. Both v1 and
  44. v2 devices are supported.
  45. config MACH_LINKSTATION_LSCHL
  46. bool "Buffalo Linkstation Live v3 (LS-CHL)"
  47. select I2C_BOARDINFO
  48. help
  49. Say 'Y' here if you want your kernel to support the
  50. Buffalo Linkstation Live v3 (LS-CHL) platform.
  51. config MACH_LINKSTATION_MINI
  52. bool "Buffalo Linkstation Mini"
  53. select I2C_BOARDINFO
  54. help
  55. Say 'Y' here if you want your kernel to support the
  56. Buffalo Linkstation Mini platform.
  57. config MACH_LINKSTATION_LS_HGL
  58. bool "Buffalo Linkstation LS-HGL"
  59. select I2C_BOARDINFO
  60. help
  61. Say 'Y' here if you want your kernel to support the
  62. Buffalo Linkstation LS-HGL platform.
  63. config MACH_TS409
  64. bool "QNAP TS-409"
  65. help
  66. Say 'Y' here if you want your kernel to support the
  67. QNAP TS-409 platform.
  68. config MACH_WRT350N_V2
  69. bool "Linksys WRT350N v2"
  70. help
  71. Say 'Y' here if you want your kernel to support the
  72. Linksys WRT350N v2 platform.
  73. config MACH_TS78XX
  74. bool "Technologic Systems TS-78xx"
  75. select PM
  76. help
  77. Say 'Y' here if you want your kernel to support the
  78. Technologic Systems TS-78xx platform.
  79. config MACH_MV2120
  80. bool "HP Media Vault mv2120"
  81. help
  82. Say 'Y' here if you want your kernel to support the
  83. HP Media Vault mv2120 or mv5100.
  84. config MACH_EDMINI_V2
  85. bool "LaCie Ethernet Disk mini V2"
  86. select I2C_BOARDINFO
  87. help
  88. Say 'Y' here if you want your kernel to support the
  89. LaCie Ethernet Disk mini V2.
  90. config MACH_D2NET
  91. bool "LaCie d2 Network"
  92. select I2C_BOARDINFO
  93. help
  94. Say 'Y' here if you want your kernel to support the
  95. LaCie d2 Network NAS.
  96. config MACH_BIGDISK
  97. bool "LaCie Big Disk Network"
  98. select I2C_BOARDINFO
  99. help
  100. Say 'Y' here if you want your kernel to support the
  101. LaCie Big Disk Network NAS.
  102. config MACH_NET2BIG
  103. bool "LaCie 2Big Network"
  104. select I2C_BOARDINFO
  105. help
  106. Say 'Y' here if you want your kernel to support the
  107. LaCie 2Big Network NAS.
  108. config MACH_MSS2
  109. bool "Maxtor Shared Storage II"
  110. help
  111. Say 'Y' here if you want your kernel to support the
  112. Maxtor Shared Storage II platform.
  113. config MACH_WNR854T
  114. bool "Netgear WNR854T"
  115. help
  116. Say 'Y' here if you want your kernel to support the
  117. Netgear WNR854T platform.
  118. config MACH_RD88F5181L_GE
  119. bool "Marvell Orion-VoIP GE Reference Design"
  120. help
  121. Say 'Y' here if you want your kernel to support the
  122. Marvell Orion-VoIP GE (88F5181L) RD.
  123. config MACH_RD88F5181L_FXO
  124. bool "Marvell Orion-VoIP FXO Reference Design"
  125. help
  126. Say 'Y' here if you want your kernel to support the
  127. Marvell Orion-VoIP FXO (88F5181L) RD.
  128. config MACH_RD88F6183AP_GE
  129. bool "Marvell Orion-1-90 AP GE Reference Design"
  130. help
  131. Say 'Y' here if you want your kernel to support the
  132. Marvell Orion-1-90 (88F6183) AP GE RD.
  133. endmenu
  134. endif