Kconfig 441 B

12345678910111213141516171819
  1. menuconfig ARCH_SOCFPGA
  2. bool "Altera SOCFPGA family" if ARCH_MULTI_V7
  3. select ARCH_SUPPORTS_BIG_ENDIAN
  4. select ARM_AMBA
  5. select ARM_GIC
  6. select CACHE_L2X0
  7. select DW_APB_TIMER_OF
  8. select GPIO_PL061 if GPIOLIB
  9. select HAVE_ARM_SCU
  10. select HAVE_ARM_TWD if SMP
  11. select MFD_SYSCON
  12. if ARCH_SOCFPGA
  13. config SOCFPGA_SUSPEND
  14. bool "Suspend to RAM on SOCFPGA"
  15. help
  16. Select this if you want to enable Suspend-to-RAM on SOCFPGA
  17. platforms.
  18. endif