Bintian Wang | 72ea486 | 2015-05-29 10:08:38 +0800 | [diff] [blame] | 1 | config COMMON_CLK_HI6220 |
| 2 | bool "Hi6220 Clock Driver" |
Leo Yan | 9f42a89 | 2015-09-02 10:57:47 +0800 | [diff] [blame] | 3 | depends on ARCH_HISI || COMPILE_TEST |
Bintian Wang | 72ea486 | 2015-05-29 10:08:38 +0800 | [diff] [blame] | 4 | default ARCH_HISI |
| 5 | help |
| 6 | Build the Hisilicon Hi6220 clock driver based on the common clock framework. |
Leo Yan | 9f42a89 | 2015-09-02 10:57:47 +0800 | [diff] [blame] | 7 | |
Jiancheng Xue | 25824d5 | 2016-04-23 15:40:28 +0800 | [diff] [blame^] | 8 | config RESET_HISI |
| 9 | bool "HiSilicon Reset Controller Driver" |
| 10 | depends on ARCH_HISI || COMPILE_TEST |
| 11 | select RESET_CONTROLLER |
| 12 | help |
| 13 | Build reset controller driver for HiSilicon device chipsets. |
| 14 | |
Leo Yan | 9f42a89 | 2015-09-02 10:57:47 +0800 | [diff] [blame] | 15 | config STUB_CLK_HI6220 |
| 16 | bool "Hi6220 Stub Clock Driver" |
| 17 | depends on COMMON_CLK_HI6220 && MAILBOX |
| 18 | help |
| 19 | Build the Hisilicon Hi6220 stub clock driver. |