Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / drivers / clk / hisilicon / Kconfig
1 config COMMON_CLK_HI3519
2 tristate "Hi3519 Clock Driver"
3 depends on ARCH_HISI || COMPILE_TEST
4 select RESET_HISI
5 default ARCH_HISI
6 help
7 Build the clock driver for hi3519.
8
9 config COMMON_CLK_HI6220
10 bool "Hi6220 Clock Driver"
11 depends on ARCH_HISI || COMPILE_TEST
12 default ARCH_HISI
13 help
14 Build the Hisilicon Hi6220 clock driver based on the common clock framework.
15
16 config RESET_HISI
17 bool "HiSilicon Reset Controller Driver"
18 depends on ARCH_HISI || COMPILE_TEST
19 select RESET_CONTROLLER
20 help
21 Build reset controller driver for HiSilicon device chipsets.
22
23 config STUB_CLK_HI6220
24 bool "Hi6220 Stub Clock Driver"
25 depends on COMMON_CLK_HI6220 && MAILBOX
26 help
27 Build the Hisilicon Hi6220 stub clock driver.
This page took 0.031464 seconds and 5 git commands to generate.