Kconfig 4.1 KB

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