cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (967B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2menuconfig ARCH_OXNAS
      3	bool "Oxford Semiconductor OXNAS Family SoCs"
      4	depends on (ARCH_MULTI_V5 && CPU_LITTLE_ENDIAN) || ARCH_MULTI_V6
      5	select ARCH_HAS_RESET_CONTROLLER
      6	select COMMON_CLK_OXNAS
      7	select GPIOLIB
      8	select MFD_SYSCON
      9	select OXNAS_RPS_TIMER
     10	select PINCTRL_OXNAS
     11	select RESET_CONTROLLER
     12	select RESET_OXNAS
     13	select VERSATILE_FPGA_IRQ
     14	select PINCTRL
     15	help
     16	  Support for OxNas SoC family developed by Oxford Semiconductor.
     17
     18if ARCH_OXNAS
     19
     20config MACH_OX810SE
     21	bool "Support OX810SE Based Products"
     22	depends on ARCH_MULTI_V5
     23	select CPU_ARM926T
     24	help
     25	  Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
     26
     27config MACH_OX820
     28	bool "Support OX820 Based Products"
     29	depends on ARCH_MULTI_V6
     30	select ARM_GIC
     31	select DMA_CACHE_RWFO if SMP
     32	select HAVE_SMP
     33	select HAVE_ARM_SCU if SMP
     34	select HAVE_ARM_TWD if SMP
     35	help
     36	  Include Support for the Oxford Semiconductor OX820 SoC Based Products.
     37
     38endif