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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config INTERCONNECT_SAMSUNG
      3	bool "Samsung SoC interconnect drivers"
      4	depends on ARCH_EXYNOS || COMPILE_TEST
      5	help
      6	  Interconnect drivers for Samsung SoCs.
      7
      8config INTERCONNECT_EXYNOS
      9	tristate "Exynos SoC generic interconnect driver"
     10	depends on INTERCONNECT_SAMSUNG
     11	default y if ARCH_EXYNOS
     12	help
     13	  Generic interconnect driver for Samsung Exynos SoCs (e.g. Exynos3250,
     14	  Exynos4210, Exynos4412, Exynos542x, Exynos5433).
     15	  Choose Y here only if you build for such Samsung SoC.