Kconfig 895 B

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