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 (569B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config SOC_IMX23
      3	bool
      4	select ARM_AMBA
      5	select ARM_CPU_SUSPEND if PM
      6	select CPU_ARM926T
      7	select PINCTRL_IMX23
      8
      9config SOC_IMX28
     10	bool
     11	select ARM_AMBA
     12	select ARM_CPU_SUSPEND if PM
     13	select CPU_ARM926T
     14	select PINCTRL_IMX28
     15
     16config ARCH_MXS
     17	bool "Freescale MXS (i.MX23, i.MX28) support"
     18	depends on ARCH_MULTI_V5
     19	depends on CPU_LITTLE_ENDIAN
     20	select GPIOLIB
     21	select MXS_TIMER
     22	select PINCTRL
     23	select SOC_BUS
     24	select SOC_IMX23
     25	select SOC_IMX28
     26	select STMP_DEVICE
     27	help
     28	  Support for Freescale MXS-based family of processors