Kconfig 2.9 KB

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