Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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_TS219
  29. bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS
  33. devices.
  34. config MACH_TS41X
  35. bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS"
  36. help
  37. Say 'Y' here if you want your kernel to support the
  38. QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS
  39. devices.
  40. config MACH_OPENRD
  41. bool
  42. config MACH_OPENRD_BASE
  43. bool "Marvell OpenRD Base Board"
  44. select MACH_OPENRD
  45. help
  46. Say 'Y' here if you want your kernel to support the
  47. Marvell OpenRD Base Board.
  48. config MACH_OPENRD_CLIENT
  49. bool "Marvell OpenRD Client Board"
  50. select MACH_OPENRD
  51. help
  52. Say 'Y' here if you want your kernel to support the
  53. Marvell OpenRD Client Board.
  54. config MACH_NETSPACE_V2
  55. bool "LaCie Network Space v2 NAS Board"
  56. help
  57. Say 'Y' here if you want your kernel to support the
  58. LaCie Network Space v2 NAS.
  59. endmenu
  60. endif