Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. if ARCH_KIRKWOOD
  2. menu "Marvell Kirkwood Implementations"
  3. config MACH_DB88F6281_BP
  4. bool "Marvell DB-88F6281-BP Development Board"
  5. help
  6. Say 'Y' here if you want your kernel to support the
  7. Marvell DB-88F6281-BP Development Board.
  8. config MACH_RD88F6192_NAS
  9. bool "Marvell RD-88F6192-NAS Reference Board"
  10. help
  11. Say 'Y' here if you want your kernel to support the
  12. Marvell RD-88F6192-NAS Reference Board.
  13. config MACH_RD88F6281
  14. bool "Marvell RD-88F6281 Reference Board"
  15. help
  16. Say 'Y' here if you want your kernel to support the
  17. Marvell RD-88F6281 Reference Board.
  18. config MACH_MV88F6281GTW_GE
  19. bool "Marvell 88F6281 GTW GE Board"
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. Marvell 88F6281 GTW GE Board.
  23. config MACH_SHEEVAPLUG
  24. bool "Marvell SheevaPlug Reference Board"
  25. help
  26. Say 'Y' here if you want your kernel to support the
  27. Marvell SheevaPlug Reference Board.
  28. config MACH_ESATA_SHEEVAPLUG
  29. bool "Marvell eSATA SheevaPlug Reference Board"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. Marvell eSATA SheevaPlug Reference Board.
  33. config MACH_GURUPLUG
  34. bool "Marvell GuruPlug Reference Board"
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Marvell GuruPlug Reference Board.
  38. config MACH_TS219
  39. bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS"
  40. help
  41. Say 'Y' here if you want your kernel to support the
  42. QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS
  43. devices.
  44. config MACH_TS41X
  45. bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS"
  46. help
  47. Say 'Y' here if you want your kernel to support the
  48. QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS
  49. devices.
  50. config MACH_OPENRD
  51. bool
  52. config MACH_OPENRD_BASE
  53. bool "Marvell OpenRD Base Board"
  54. select MACH_OPENRD
  55. help
  56. Say 'Y' here if you want your kernel to support the
  57. Marvell OpenRD Base Board.
  58. config MACH_OPENRD_CLIENT
  59. bool "Marvell OpenRD Client Board"
  60. select MACH_OPENRD
  61. help
  62. Say 'Y' here if you want your kernel to support the
  63. Marvell OpenRD Client Board.
  64. config MACH_OPENRD_ULTIMATE
  65. bool "Marvell OpenRD Ultimate Board"
  66. select MACH_OPENRD
  67. help
  68. Say 'Y' here if you want your kernel to support the
  69. Marvell OpenRD Ultimate Board.
  70. config MACH_NETSPACE_V2
  71. bool "LaCie Network Space v2 NAS Board"
  72. help
  73. Say 'Y' here if you want your kernel to support the
  74. LaCie Network Space v2 NAS.
  75. config MACH_INETSPACE_V2
  76. bool "LaCie Internet Space v2 NAS Board"
  77. help
  78. Say 'Y' here if you want your kernel to support the
  79. LaCie Internet Space v2 NAS.
  80. config MACH_NET2BIG_V2
  81. bool "LaCie 2Big Network v2 NAS Board"
  82. help
  83. Say 'Y' here if you want your kernel to support the
  84. LaCie 2Big Network v2 NAS.
  85. config MACH_NET5BIG_V2
  86. bool "LaCie 5Big Network v2 NAS Board"
  87. help
  88. Say 'Y' here if you want your kernel to support the
  89. LaCie 5Big Network v2 NAS.
  90. config MACH_T5325
  91. bool "HP t5325 Thin Client"
  92. help
  93. Say 'Y' here if you want your kernel to support the
  94. HP t5325 Thin Client.
  95. endmenu
  96. endif