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


      1# SPDX-License-Identifier: GPL-2.0
      2config STAGING_BOARD
      3	bool "Staging Board Support"
      4	depends on OF_ADDRESS && OF_IRQ && HAVE_CLK
      5	help
      6	  Staging board base is to support continuous upstream
      7	  in-tree development and integration of platform devices.
      8
      9	  Helps developers integrate devices as platform devices for
     10	  device drivers that only provide platform device bindings.
     11	  This in turn allows for incremental development of both
     12	  hardware feature support and DT binding work in parallel.