Kconfig 313 B

12345678910111213141516
  1. if ARCH_MVEBU
  2. menu "Marvell SOC with device tree"
  3. config MACH_ARMADA_370_XP
  4. bool "Marvell Armada 370 and Aramada XP boards"
  5. select ARMADA_370_XP_TIMER
  6. select CPU_V7
  7. help
  8. Say 'Y' here if you want your kernel to support boards based on
  9. Marvell Armada 370 or Armada XP with device tree.
  10. endmenu
  11. endif