1config 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 9config COMMON_CLK_HI3798CV200 10 tristate "Hi3798CV200 Clock Driver" 11 depends on ARCH_HISI || COMPILE_TEST 12 select RESET_HISI 13 default ARCH_HISI 14 help 15 Build the clock driver for hi3798cv200. 16 17config COMMON_CLK_HI6220 18 bool "Hi6220 Clock Driver" 19 depends on ARCH_HISI || COMPILE_TEST 20 default ARCH_HISI 21 help 22 Build the Hisilicon Hi6220 clock driver based on the common clock framework. 23 24config RESET_HISI 25 bool "HiSilicon Reset Controller Driver" 26 depends on ARCH_HISI || COMPILE_TEST 27 select RESET_CONTROLLER 28 help 29 Build reset controller driver for HiSilicon device chipsets. 30 31config STUB_CLK_HI6220 32 bool "Hi6220 Stub Clock Driver" 33 depends on COMMON_CLK_HI6220 && MAILBOX 34 help 35 Build the Hisilicon Hi6220 stub clock driver. 36