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


      1# SPDX-License-Identifier: GPL-2.0-only
      2menuconfig ARCH_MOXART
      3	bool "MOXA ART SoC"
      4	depends on ARCH_MULTI_V4
      5	depends on CPU_LITTLE_ENDIAN
      6	select CPU_FA526
      7	select ARM_DMA_MEM_BUFFERABLE
      8	select FARADAY_FTINTC010
      9	select FTTMR010_TIMER
     10	select GPIOLIB
     11	select PHYLIB if NETDEVICES
     12	help
     13	  Say Y here if you want to run your kernel on hardware with a
     14	  MOXA ART SoC.
     15	  The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
     16	  192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
     17	  Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
     18
     19if ARCH_MOXART
     20
     21config MACH_UC7112LX
     22	bool "MOXA UC-7112-LX"
     23	depends on ARCH_MOXART
     24	help
     25	  Say Y here if you intend to run this kernel on a MOXA
     26	  UC-7112-LX embedded computer.
     27
     28endif