Kconfig (4a7126a25b4dfd07d61c699f724118275acc0c25) | Kconfig (707d33cb0b731472b7564d9fad8d45cbbd7fece3) |
---|---|
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 | 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 |
|
9config 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 16config 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 23config 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. | 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. |