Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. help
  25. Say 'Y' here if you want your kernel to support the
  26. D-Link DNS-323 platform.
  27. config MACH_TS209
  28. bool "QNAP TS-109/TS-209"
  29. help
  30. Say 'Y' here if you want your kernel to support the
  31. QNAP TS-109/TS-209 platform.
  32. config MACH_TERASTATION_PRO2
  33. bool "Buffalo Terastation Pro II/Live"
  34. help
  35. Say 'Y' here if you want your kernel to support the
  36. Buffalo Terastation Pro II/Live platform.
  37. config MACH_LINKSTATION_PRO
  38. bool "Buffalo Linkstation Pro/Live"
  39. select I2C_BOARDINFO
  40. help
  41. Say 'Y' here if you want your kernel to support the
  42. Buffalo Linkstation Pro/Live platform. Both v1 and
  43. v2 devices are supported.
  44. config MACH_LINKSTATION_MINI
  45. bool "Buffalo Linkstation Mini"
  46. select I2C_BOARDINFO
  47. help
  48. Say 'Y' here if you want your kernel to support the
  49. Buffalo Linkstation Mini platform.
  50. config MACH_LINKSTATION_LS_HGL
  51. bool "Buffalo Linkstation LS-HGL"
  52. select I2C_BOARDINFO
  53. help
  54. Say 'Y' here if you want your kernel to support the
  55. Buffalo Linkstation LS-HGL platform.
  56. config MACH_TS409
  57. bool "QNAP TS-409"
  58. help
  59. Say 'Y' here if you want your kernel to support the
  60. QNAP TS-409 platform.
  61. config MACH_WRT350N_V2
  62. bool "Linksys WRT350N v2"
  63. help
  64. Say 'Y' here if you want your kernel to support the
  65. Linksys WRT350N v2 platform.
  66. config MACH_TS78XX
  67. bool "Technologic Systems TS-78xx"
  68. select PM
  69. help
  70. Say 'Y' here if you want your kernel to support the
  71. Technologic Systems TS-78xx platform.
  72. config MACH_MV2120
  73. bool "HP Media Vault mv2120"
  74. help
  75. Say 'Y' here if you want your kernel to support the
  76. HP Media Vault mv2120 or mv5100.
  77. config MACH_EDMINI_V2
  78. bool "LaCie Ethernet Disk mini V2"
  79. select I2C_BOARDINFO
  80. help
  81. Say 'Y' here if you want your kernel to support the
  82. LaCie Ethernet Disk mini V2.
  83. config MACH_D2NET
  84. bool "LaCie d2 Network"
  85. select I2C_BOARDINFO
  86. help
  87. Say 'Y' here if you want your kernel to support the
  88. LaCie d2 Network NAS.
  89. config MACH_BIGDISK
  90. bool "LaCie Big Disk Network"
  91. select I2C_BOARDINFO
  92. help
  93. Say 'Y' here if you want your kernel to support the
  94. LaCie Big Disk Network NAS.
  95. config MACH_NET2BIG
  96. bool "LaCie 2Big Network"
  97. select I2C_BOARDINFO
  98. help
  99. Say 'Y' here if you want your kernel to support the
  100. LaCie 2Big Network NAS.
  101. config MACH_MSS2
  102. bool "Maxtor Shared Storage II"
  103. help
  104. Say 'Y' here if you want your kernel to support the
  105. Maxtor Shared Storage II platform.
  106. config MACH_WNR854T
  107. bool "Netgear WNR854T"
  108. help
  109. Say 'Y' here if you want your kernel to support the
  110. Netgear WNR854T platform.
  111. config MACH_RD88F5181L_GE
  112. bool "Marvell Orion-VoIP GE Reference Design"
  113. help
  114. Say 'Y' here if you want your kernel to support the
  115. Marvell Orion-VoIP GE (88F5181L) RD.
  116. config MACH_RD88F5181L_FXO
  117. bool "Marvell Orion-VoIP FXO Reference Design"
  118. help
  119. Say 'Y' here if you want your kernel to support the
  120. Marvell Orion-VoIP FXO (88F5181L) RD.
  121. config MACH_RD88F6183AP_GE
  122. bool "Marvell Orion-1-90 AP GE Reference Design"
  123. help
  124. Say 'Y' here if you want your kernel to support the
  125. Marvell Orion-1-90 (88F6183) AP GE RD.
  126. endmenu
  127. endif