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


      1# SPDX-License-Identifier: GPL-2.0
      2menuconfig ARCH_MILBEAUT
      3	bool "Socionext Milbeaut SoCs"
      4	depends on ARCH_MULTI_V7
      5	select ARM_GIC
      6	help
      7	  This enables support for Socionext Milbeaut SoCs
      8
      9if ARCH_MILBEAUT
     10
     11config ARCH_MILBEAUT_M10V
     12	bool "Milbeaut SC2000/M10V platform"
     13	select ARM_ARCH_TIMER
     14	select MILBEAUT_TIMER
     15	select PINCTRL
     16	select PINCTRL_MILBEAUT
     17	help
     18	  Support for Socionext's MILBEAUT M10V based systems
     19
     20endif