Blame view

kernel/linux-rt-4.4.41/drivers/clk/hisilicon/Kconfig 349 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
  config COMMON_CLK_HI6220
  	bool "Hi6220 Clock Driver"
  	depends on ARCH_HISI || COMPILE_TEST
  	default ARCH_HISI
  	help
  	  Build the Hisilicon Hi6220 clock driver based on the common clock framework.
  
  config STUB_CLK_HI6220
  	bool "Hi6220 Stub Clock Driver"
  	depends on COMMON_CLK_HI6220 && MAILBOX
  	help
  	  Build the Hisilicon Hi6220 stub clock driver.