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


      1# SPDX-License-Identifier: GPL-2.0-only
      2if SOC_BCM63XX
      3
      4config BCM63XX_POWER
      5	bool "BCM63xx power domain driver"
      6	depends on BMIPS_GENERIC || (COMPILE_TEST && OF)
      7	select PM_GENERIC_DOMAINS if PM
      8	help
      9	  This enables support for the BCM63xx power domains controller on
     10	  BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
     11
     12endif # SOC_BCM63XX
     13
     14config BCM_PMB
     15	bool "Broadcom PMB (Power Management Bus) driver"
     16	depends on ARCH_BCM4908 || (COMPILE_TEST && OF)
     17	default ARCH_BCM4908
     18	select PM_GENERIC_DOMAINS if PM
     19	help
     20	  This enables support for the Broadcom's PMB (Power Management Bus) that
     21	  is used for disabling and enabling SoC devices.