rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | menuconfig ARCH_SOCFPGA |
| 2 | bool "Altera SOCFPGA family" |
| 3 | depends on ARCH_MULTI_V7 |
| 4 | select ARCH_SUPPORTS_BIG_ENDIAN |
| 5 | select ARM_AMBA |
| 6 | select ARM_GIC |
| 7 | select CACHE_L2X0 |
| 8 | select DW_APB_TIMER_OF |
| 9 | select GPIO_PL061 if GPIOLIB |
| 10 | select HAVE_ARM_SCU |
| 11 | select HAVE_ARM_TWD if SMP |
| 12 | select MFD_SYSCON |
| 13 | |
| 14 | if ARCH_SOCFPGA |
| 15 | config SOCFPGA_SUSPEND |
| 16 | bool "Suspend to RAM on SOCFPGA" |
| 17 | help |
| 18 | Select this if you want to enable Suspend-to-RAM on SOCFPGA |
| 19 | platforms. |
| 20 | endif |