Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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_LINKSTATION_PRO
  33. bool "Buffalo Linkstation Pro/Live"
  34. select I2C_BOARDINFO
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Buffalo Linkstation Pro/Live platform. Both v1 and
  38. v2 devices are supported.
  39. config MACH_TS409
  40. bool "QNAP TS-409"
  41. help
  42. Say 'Y' here if you want your kernel to support the
  43. QNAP TS-409 platform.
  44. config MACH_WRT350N_V2
  45. bool "Linksys WRT350N v2"
  46. help
  47. Say 'Y' here if you want your kernel to support the
  48. Linksys WRT350N v2 platform.
  49. config MACH_TS78XX
  50. bool "Technologic Systems TS-78xx"
  51. help
  52. Say 'Y' here if you want your kernel to support the
  53. Technologic Systems TS-78xx platform.
  54. config MACH_MV2120
  55. bool "HP Media Vault mv2120"
  56. help
  57. Say 'Y' here if you want your kernel to support the
  58. HP Media Vault mv2120 or mv5100.
  59. config MACH_MSS2
  60. bool "Maxtor Shared Storage II"
  61. help
  62. Say 'Y' here if you want your kernel to support the
  63. Maxtor Shared Storage II platform.
  64. config MACH_WNR854T
  65. bool "Netgear WNR854T"
  66. help
  67. Say 'Y' here if you want your kernel to support the
  68. Netgear WNR854T platform.
  69. config MACH_RD88F5181L_GE
  70. bool "Marvell Orion-VoIP GE Reference Design"
  71. help
  72. Say 'Y' here if you want your kernel to support the
  73. Marvell Orion-VoIP GE (88F5181L) RD.
  74. config MACH_RD88F5181L_FXO
  75. bool "Marvell Orion-VoIP FXO Reference Design"
  76. help
  77. Say 'Y' here if you want your kernel to support the
  78. Marvell Orion-VoIP FXO (88F5181L) RD.
  79. endmenu
  80. endif