Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig ARCH_INTEL_SOCFPGA
0003         bool "Altera SOCFPGA family"
0004         depends on ARCH_MULTI_V7
0005         select ARCH_HAS_RESET_CONTROLLER
0006         select ARM_AMBA
0007         select ARM_GIC
0008         select CACHE_L2X0
0009         select DW_APB_TIMER_OF
0010         select GPIO_PL061 if GPIOLIB
0011         select HAVE_ARM_SCU
0012         select HAVE_ARM_TWD if SMP
0013         select MFD_SYSCON
0014         select ARM_ERRATA_754322
0015         select ARM_ERRATA_764369 if SMP
0016         select ARM_ERRATA_775420
0017         select PL310_ERRATA_588369
0018         select PL310_ERRATA_727915
0019         select PL310_ERRATA_753970 if PL310
0020         select PL310_ERRATA_769419
0021         select RESET_CONTROLLER
0022 
0023 if ARCH_INTEL_SOCFPGA
0024 config SOCFPGA_SUSPEND
0025         bool "Suspend to RAM on SOCFPGA"
0026         help
0027           Select this if you want to enable Suspend-to-RAM on SOCFPGA
0028           platforms.
0029 endif