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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config COMMON_CLK_HI3516CV300
      3	tristate "HI3516CV300 Clock Driver"
      4	depends on ARCH_HISI || COMPILE_TEST
      5	select RESET_HISI
      6	default ARCH_HISI
      7	help
      8	  Build the clock driver for hi3516cv300.
      9
     10config COMMON_CLK_HI3519
     11	tristate "Hi3519 Clock Driver"
     12	depends on ARCH_HISI || COMPILE_TEST
     13	select RESET_HISI
     14	default ARCH_HISI
     15	help
     16	  Build the clock driver for hi3519.
     17
     18config COMMON_CLK_HI3559A
     19	bool "Hi3559A Clock Driver"
     20	depends on ARCH_HISI || COMPILE_TEST
     21	select RESET_HISI
     22	default ARCH_HISI
     23	help
     24	  Build the clock driver for hi3559a.
     25
     26config COMMON_CLK_HI3660
     27	bool "Hi3660 Clock Driver"
     28	depends on ARCH_HISI || COMPILE_TEST
     29	default ARCH_HISI
     30	help
     31	  Build the clock driver for hi3660.
     32
     33config COMMON_CLK_HI3670
     34	bool "Hi3670 Clock Driver"
     35	depends on ARCH_HISI || COMPILE_TEST
     36	default ARCH_HISI
     37	help
     38	  Build the clock driver for hi3670.
     39
     40config COMMON_CLK_HI3798CV200
     41	tristate "Hi3798CV200 Clock Driver"
     42	depends on ARCH_HISI || COMPILE_TEST
     43	select RESET_HISI
     44	default ARCH_HISI
     45	help
     46	  Build the clock driver for hi3798cv200.
     47
     48config COMMON_CLK_HI6220
     49	bool "Hi6220 Clock Driver"
     50	depends on ARCH_HISI || COMPILE_TEST
     51	default ARCH_HISI
     52	help
     53	  Build the Hisilicon Hi6220 clock driver based on the common clock framework.
     54
     55config RESET_HISI
     56	bool "HiSilicon Reset Controller Driver"
     57	depends on ARCH_HISI || COMPILE_TEST
     58	select RESET_CONTROLLER
     59	help
     60	  Build reset controller driver for HiSilicon device chipsets.
     61
     62config STUB_CLK_HI6220
     63	bool "Hi6220 Stub Clock Driver" if EXPERT
     64	depends on (COMMON_CLK_HI6220 || COMPILE_TEST)
     65	depends on MAILBOX
     66	default COMMON_CLK_HI6220
     67	help
     68	  Build the Hisilicon Hi6220 stub clock driver.
     69
     70config STUB_CLK_HI3660
     71	bool "Hi3660 Stub Clock Driver" if EXPERT
     72	depends on (COMMON_CLK_HI3660 || COMPILE_TEST)
     73	depends on MAILBOX
     74	default COMMON_CLK_HI3660
     75	help
     76	  Build the Hisilicon Hi3660 stub clock driver.