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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config MVEBU_CLK_COMMON
      3	bool
      4
      5config MVEBU_CLK_CPU
      6	bool
      7
      8config MVEBU_CLK_COREDIV
      9	bool
     10
     11config ARMADA_AP_CP_HELPER
     12	bool
     13
     14config ARMADA_370_CLK
     15	bool
     16	select MVEBU_CLK_COMMON
     17	select MVEBU_CLK_CPU
     18
     19config ARMADA_375_CLK
     20	bool
     21	select MVEBU_CLK_COMMON
     22
     23config ARMADA_38X_CLK
     24	bool
     25	select MVEBU_CLK_COMMON
     26
     27config ARMADA_39X_CLK
     28	bool
     29	select MVEBU_CLK_COMMON
     30
     31config ARMADA_37XX_CLK
     32	bool
     33
     34config ARMADA_XP_CLK
     35	bool
     36	select MVEBU_CLK_COMMON
     37	select MVEBU_CLK_CPU
     38
     39config ARMADA_AP806_SYSCON
     40	bool
     41	select ARMADA_AP_CP_HELPER
     42
     43config ARMADA_AP_CPU_CLK
     44	bool
     45	select ARMADA_AP_CP_HELPER
     46
     47config ARMADA_CP110_SYSCON
     48	bool
     49	select ARMADA_AP_CP_HELPER
     50
     51config DOVE_CLK
     52	bool
     53	select MVEBU_CLK_COMMON
     54
     55config KIRKWOOD_CLK
     56	bool
     57	select MVEBU_CLK_COMMON
     58
     59config ORION_CLK
     60	bool
     61	select MVEBU_CLK_COMMON