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


      1# SPDX-License-Identifier: GPL-2.0
      2menu "Xilinx SoC drivers"
      3
      4config ZYNQMP_POWER
      5	bool "Enable Xilinx Zynq MPSoC Power Management driver"
      6	depends on PM && ZYNQMP_FIRMWARE
      7	default y
      8	select MAILBOX
      9	select ZYNQMP_IPI_MBOX
     10	help
     11	  Say yes to enable power management support for ZyqnMP SoC.
     12	  This driver uses firmware driver as an interface for power
     13	  management request to firmware. It registers isr to handle
     14	  power management callbacks from firmware. It registers mailbox client
     15	  to handle power management callbacks from firmware.
     16
     17	  If in doubt, say N.
     18
     19config ZYNQMP_PM_DOMAINS
     20	bool "Enable Zynq MPSoC generic PM domains"
     21	default y
     22	depends on PM && ZYNQMP_FIRMWARE
     23	select PM_GENERIC_DOMAINS
     24	help
     25	  Say yes to enable device power management through PM domains
     26	  If in doubt, say N.
     27
     28config XLNX_EVENT_MANAGER
     29	bool "Enable Xilinx Event Management Driver"
     30	depends on ZYNQMP_FIRMWARE
     31	default ZYNQMP_FIRMWARE
     32	help
     33	  Say yes to enable event management support for Xilinx.
     34	  This driver uses firmware driver as an interface for event/power
     35	  management request to firmware.
     36
     37	  If in doubt, say N.
     38endmenu