Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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-119 and TS-219 Turbo NAS"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. QNAP TS-119 and TS-219 Turbo NAS devices.
  33. config MACH_OPENRD_BASE
  34. bool "Marvell OpenRD Base Board"
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Marvell OpenRD Base Board.
  38. endmenu
  39. endif