Caleb Connolly | 5bb0df6 | 2023-11-07 12:40:59 +0000 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON || ARCH_IPQ40XX |
| 2 | |
| 3 | config CLK_QCOM |
| 4 | bool |
| 5 | depends on CLK && DM_RESET |
| 6 | def_bool n |
| 7 | |
| 8 | menu "Qualcomm clock drivers" |
| 9 | |
| 10 | config CLK_QCOM_APQ8016 |
| 11 | bool "Qualcomm APQ8016 GCC" |
| 12 | select CLK_QCOM |
| 13 | help |
| 14 | Say Y here to enable support for the Global Clock Controller |
| 15 | on the Snapdragon APQ8016 SoC. This driver supports the clocks |
| 16 | and resets exposed by the GCC hardware block. |
| 17 | |
| 18 | config CLK_QCOM_APQ8096 |
| 19 | bool "Qualcomm APQ8096 GCC" |
| 20 | select CLK_QCOM |
| 21 | help |
| 22 | Say Y here to enable support for the Global Clock Controller |
| 23 | on the Snapdragon APQ8096 SoC. This driver supports the clocks |
| 24 | and resets exposed by the GCC hardware block. |
| 25 | |
Caleb Connolly | 67d532d | 2023-11-07 12:41:00 +0000 | [diff] [blame] | 26 | config CLK_QCOM_IPQ4019 |
| 27 | bool "Qualcomm IPQ4019 GCC" |
| 28 | select CLK_QCOM |
| 29 | help |
| 30 | Say Y here to enable support for the Global Clock Controller |
| 31 | on the Snapdragon IPQ4019 SoC. This driver supports the clocks |
| 32 | and resets exposed by the GCC hardware block. |
| 33 | |
Caleb Connolly | 5146510 | 2023-10-03 11:48:04 +0100 | [diff] [blame^] | 34 | config CLK_QCOM_QCM2290 |
| 35 | bool "Qualcomm QCM2290 GCC" |
| 36 | select CLK_QCOM |
| 37 | help |
| 38 | Say Y here to enable support for the Global Clock Controller |
| 39 | on the Snapdragon QCM2290 SoC. This driver supports the clocks |
| 40 | and resets exposed by the GCC hardware block. |
| 41 | |
Caleb Connolly | 5bb0df6 | 2023-11-07 12:40:59 +0000 | [diff] [blame] | 42 | config CLK_QCOM_QCS404 |
| 43 | bool "Qualcomm QCS404 GCC" |
| 44 | select CLK_QCOM |
| 45 | help |
| 46 | Say Y here to enable support for the Global Clock Controller |
| 47 | on the Snapdragon QCS404 SoC. This driver supports the clocks |
| 48 | and resets exposed by the GCC hardware block. |
| 49 | |
| 50 | config CLK_QCOM_SDM845 |
| 51 | bool "Qualcomm SDM845 GCC" |
| 52 | select CLK_QCOM |
| 53 | help |
| 54 | Say Y here to enable support for the Global Clock Controller |
| 55 | on the Snapdragon 845 SoC. This driver supports the clocks |
| 56 | and resets exposed by the GCC hardware block. |
| 57 | |
| 58 | endmenu |
| 59 | |
| 60 | endif |