Maxime Ripard | 1d80c14 | 2016-06-29 21:05:23 +0200 | [diff] [blame] | 1 | config SUNXI_CCU |
| 2 | bool "Clock support for Allwinner SoCs" |
Jean Delvare | d63a5e7 | 2016-09-08 23:28:29 +0200 | [diff] [blame] | 3 | depends on ARCH_SUNXI || COMPILE_TEST |
Tobias Regnery | aa01338 | 2017-03-27 11:57:53 +0200 | [diff] [blame] | 4 | select RESET_CONTROLLER |
Maxime Ripard | 1d80c14 | 2016-06-29 21:05:23 +0200 | [diff] [blame] | 5 | default ARCH_SUNXI |
Maxime Ripard | 89a3dfb | 2016-06-29 21:05:24 +0200 | [diff] [blame] | 6 | |
| 7 | if SUNXI_CCU |
| 8 | |
Mesih Kilinc | 0380126 | 2018-12-02 23:23:47 +0300 | [diff] [blame] | 9 | config SUNIV_F1C100S_CCU |
| 10 | bool "Support for the Allwinner newer F1C100s CCU" |
| 11 | default MACH_SUNIV |
| 12 | depends on MACH_SUNIV || COMPILE_TEST |
| 13 | |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 14 | config SUN50I_A64_CCU |
| 15 | bool "Support for the Allwinner A64 CCU" |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 16 | default ARM64 && ARCH_SUNXI |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 17 | depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 18 | |
Icenowy Zheng | 524353e | 2018-03-16 22:02:13 +0800 | [diff] [blame] | 19 | config SUN50I_H6_CCU |
| 20 | bool "Support for the Allwinner H6 CCU" |
| 21 | default ARM64 && ARCH_SUNXI |
| 22 | depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
| 23 | |
Icenowy Zheng | b7c7b05 | 2018-05-04 02:38:41 +0800 | [diff] [blame] | 24 | config SUN50I_H6_R_CCU |
| 25 | bool "Support for the Allwinner H6 PRCM CCU" |
| 26 | default ARM64 && ARCH_SUNXI |
| 27 | depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
| 28 | |
Priit Laes | c84f568 | 2017-08-23 20:23:29 +0300 | [diff] [blame] | 29 | config SUN4I_A10_CCU |
| 30 | bool "Support for the Allwinner A10/A20 CCU" |
Priit Laes | c84f568 | 2017-08-23 20:23:29 +0300 | [diff] [blame] | 31 | default MACH_SUN4I |
| 32 | default MACH_SUN7I |
| 33 | depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST |
| 34 | |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 35 | config SUN5I_CCU |
| 36 | bool "Support for the Allwinner sun5i family CCM" |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 37 | default MACH_SUN5I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 38 | depends on MACH_SUN5I || COMPILE_TEST |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 39 | |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 40 | config SUN6I_A31_CCU |
| 41 | bool "Support for the Allwinner A31/A31s CCU" |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 42 | default MACH_SUN6I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 43 | depends on MACH_SUN6I || COMPILE_TEST |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 44 | |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 45 | config SUN8I_A23_CCU |
| 46 | bool "Support for the Allwinner A23 CCU" |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 47 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 48 | depends on MACH_SUN8I || COMPILE_TEST |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 49 | |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 50 | config SUN8I_A33_CCU |
| 51 | bool "Support for the Allwinner A33 CCU" |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 52 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 53 | depends on MACH_SUN8I || COMPILE_TEST |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 54 | |
Chen-Yu Tsai | 05359be | 2017-05-19 15:06:09 +0800 | [diff] [blame] | 55 | config SUN8I_A83T_CCU |
| 56 | bool "Support for the Allwinner A83T CCU" |
Chen-Yu Tsai | 05359be | 2017-05-19 15:06:09 +0800 | [diff] [blame] | 57 | default MACH_SUN8I |
| 58 | |
Maxime Ripard | 0577e48 | 2016-06-29 21:05:34 +0200 | [diff] [blame] | 59 | config SUN8I_H3_CCU |
| 60 | bool "Support for the Allwinner H3 CCU" |
Icenowy Zheng | 9be1c8a | 2017-03-02 04:13:39 +0800 | [diff] [blame] | 61 | default MACH_SUN8I || (ARM64 && ARCH_SUNXI) |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 62 | depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
Maxime Ripard | 0577e48 | 2016-06-29 21:05:34 +0200 | [diff] [blame] | 63 | |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 64 | config SUN8I_V3S_CCU |
| 65 | bool "Support for the Allwinner V3s CCU" |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 66 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 67 | depends on MACH_SUN8I || COMPILE_TEST |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 68 | |
Icenowy Zheng | 763c5bd | 2017-05-15 00:30:34 +0800 | [diff] [blame] | 69 | config SUN8I_DE2_CCU |
| 70 | bool "Support for the Allwinner SoCs DE2 CCU" |
Jagan Teki | 7d3cf7d | 2018-11-13 17:45:32 +0530 | [diff] [blame] | 71 | default MACH_SUN8I || (ARM64 && ARCH_SUNXI) |
Icenowy Zheng | 763c5bd | 2017-05-15 00:30:34 +0800 | [diff] [blame] | 72 | |
Icenowy Zheng | cd030a7 | 2017-08-15 13:55:29 +0800 | [diff] [blame] | 73 | config SUN8I_R40_CCU |
| 74 | bool "Support for the Allwinner R40 CCU" |
| 75 | default MACH_SUN8I |
| 76 | depends on MACH_SUN8I || COMPILE_TEST |
| 77 | |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 78 | config SUN9I_A80_CCU |
| 79 | bool "Support for the Allwinner A80 CCU" |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 80 | default MACH_SUN9I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 81 | depends on MACH_SUN9I || COMPILE_TEST |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 82 | |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 83 | config SUN8I_R_CCU |
| 84 | bool "Support for Allwinner SoCs' PRCM CCUs" |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 85 | default MACH_SUN8I || (ARCH_SUNXI && ARM64) |
Maxime Ripard | 1d80c14 | 2016-06-29 21:05:23 +0200 | [diff] [blame] | 86 | |
| 87 | endif |