Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. if ARCH_KIRKWOOD
  2. menu "Marvell Kirkwood Implementations"
  3. config KIRKWOOD_LEGACY
  4. bool
  5. config MACH_D2NET_V2
  6. bool "LaCie d2 Network v2 NAS Board"
  7. select KIRKWOOD_LEGACY
  8. help
  9. Say 'Y' here if you want your kernel to support the
  10. LaCie d2 Network v2 NAS.
  11. config MACH_MV88F6281GTW_GE
  12. bool "Marvell 88F6281 GTW GE Board"
  13. select KIRKWOOD_LEGACY
  14. help
  15. Say 'Y' here if you want your kernel to support the
  16. Marvell 88F6281 GTW GE Board.
  17. config MACH_NET2BIG_V2
  18. bool "LaCie 2Big Network v2 NAS Board"
  19. select KIRKWOOD_LEGACY
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. LaCie 2Big Network v2 NAS.
  23. config MACH_NET5BIG_V2
  24. bool "LaCie 5Big Network v2 NAS Board"
  25. select KIRKWOOD_LEGACY
  26. help
  27. Say 'Y' here if you want your kernel to support the
  28. LaCie 5Big Network v2 NAS.
  29. config MACH_OPENRD
  30. select KIRKWOOD_LEGACY
  31. bool
  32. config MACH_OPENRD_BASE
  33. bool "Marvell OpenRD Base Board"
  34. select MACH_OPENRD
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Marvell OpenRD Base Board.
  38. config MACH_OPENRD_CLIENT
  39. bool "Marvell OpenRD Client Board"
  40. select MACH_OPENRD
  41. help
  42. Say 'Y' here if you want your kernel to support the
  43. Marvell OpenRD Client Board.
  44. config MACH_OPENRD_ULTIMATE
  45. bool "Marvell OpenRD Ultimate Board"
  46. select MACH_OPENRD
  47. help
  48. Say 'Y' here if you want your kernel to support the
  49. Marvell OpenRD Ultimate Board.
  50. config MACH_RD88F6192_NAS
  51. bool "Marvell RD-88F6192-NAS Reference Board"
  52. select KIRKWOOD_LEGACY
  53. help
  54. Say 'Y' here if you want your kernel to support the
  55. Marvell RD-88F6192-NAS Reference Board.
  56. config MACH_RD88F6281
  57. bool "Marvell RD-88F6281 Reference Board"
  58. select KIRKWOOD_LEGACY
  59. help
  60. Say 'Y' here if you want your kernel to support the
  61. Marvell RD-88F6281 Reference Board.
  62. config MACH_T5325
  63. bool "HP t5325 Thin Client"
  64. select KIRKWOOD_LEGACY
  65. help
  66. Say 'Y' here if you want your kernel to support the
  67. HP t5325 Thin Client.
  68. config MACH_TS219
  69. bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
  70. select KIRKWOOD_LEGACY
  71. help
  72. Say 'Y' here if you want your kernel to support the
  73. QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
  74. TS-219P+ Turbo NAS devices.
  75. config MACH_TS41X
  76. bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
  77. select KIRKWOOD_LEGACY
  78. help
  79. Say 'Y' here if you want your kernel to support the
  80. QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
  81. NAS devices.
  82. comment "Device tree entries"
  83. config ARCH_KIRKWOOD_DT
  84. bool "Marvell Kirkwood Flattened Device Tree"
  85. select KIRKWOOD_CLK
  86. select ORION_IRQCHIP
  87. select ORION_TIMER
  88. select POWER_SUPPLY
  89. select POWER_RESET
  90. select POWER_RESET_GPIO
  91. select REGULATOR
  92. select REGULATOR_FIXED_VOLTAGE
  93. select USE_OF
  94. help
  95. Say 'Y' here if you want your kernel to support the
  96. Marvell Kirkwood using flattened device tree.
  97. config MACH_DLINK_KIRKWOOD_DT
  98. bool "D-Link Kirkwood-based NAS (Flattened Device Tree)"
  99. select ARCH_KIRKWOOD_DT
  100. help
  101. Say 'Y' here if you want your kernel to support the
  102. Kirkwood-based D-Link NASes such as DNS-320 & DNS-325,
  103. using Flattened Device Tree.
  104. endmenu
  105. endif