Kconfig 3.7 KB

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