Kconfig 551 B

1234567891011121314151617181920212223242526
  1. config ARCH_MVEBU
  2. bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7
  3. select CLKSRC_MMIO
  4. select COMMON_CLK
  5. select GENERIC_CLOCKEVENTS
  6. select GENERIC_IRQ_CHIP
  7. select IRQ_DOMAIN
  8. select MULTI_IRQ_HANDLER
  9. select SPARSE_IRQ
  10. if ARCH_MVEBU
  11. menu "Marvell SOC with device tree"
  12. config MACH_ARMADA_370_XP
  13. bool "Marvell Armada 370 and Aramada XP boards"
  14. select ARMADA_370_XP_TIMER
  15. select CPU_V7
  16. help
  17. Say 'Y' here if you want your kernel to support boards based on
  18. Marvell Armada 370 or Armada XP with device tree.
  19. endmenu
  20. endif