Kconfig 552 B

1234567891011121314151617181920212223242526
  1. if ARCH_MVEBU
  2. menu "Marvell SOC with device tree"
  3. config MACH_ARMADA_370_XP
  4. bool
  5. select ARMADA_370_XP_TIMER
  6. select CPU_V7
  7. config MACH_ARMADA_370
  8. bool "Marvell Armada 370 boards"
  9. select MACH_ARMADA_370_XP
  10. help
  11. Say 'Y' here if you want your kernel to support boards based
  12. on the Marvell Armada 370 SoC with device tree.
  13. config MACH_ARMADA_XP
  14. bool "Marvell Armada XP boards"
  15. select MACH_ARMADA_370_XP
  16. help
  17. Say 'Y' here if you want your kernel to support boards based
  18. on the Marvell Armada XP SoC with device tree.
  19. endmenu
  20. endif