Kconfig 779 B

12345678910111213141516171819202122232425262728293031323334
  1. menuconfig ARCH_MV78XX0
  2. bool "Marvell MV78xx0"
  3. depends on ARCH_MULTI_V5
  4. select CPU_FEROCEON
  5. select GPIOLIB
  6. select MVEBU_MBUS
  7. select PCI
  8. select PLAT_ORION_LEGACY
  9. help
  10. Support for the following Marvell MV78xx0 series SoCs:
  11. MV781x0, MV782x0.
  12. if ARCH_MV78XX0
  13. config MACH_DB78X00_BP
  14. bool "Marvell DB-78x00-BP Development Board"
  15. help
  16. Say 'Y' here if you want your kernel to support the
  17. Marvell DB-78x00-BP Development Board.
  18. config MACH_RD78X00_MASA
  19. bool "Marvell RD-78x00-mASA Reference Design"
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. Marvell RD-78x00-mASA Reference Design.
  23. config MACH_TERASTATION_WXL
  24. bool "Buffalo WLX (Terastation Duo) NAS"
  25. help
  26. Say 'Y' here if you want your kernel to support the
  27. Buffalo WXL Nas.
  28. endif