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 | |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 9 | config SUN50I_A64_CCU |
| 10 | bool "Support for the Allwinner A64 CCU" |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 11 | default ARM64 && ARCH_SUNXI |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 12 | depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
Maxime Ripard | c6a0637 | 2016-07-06 08:31:34 +0200 | [diff] [blame] | 13 | |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 14 | config SUN5I_CCU |
| 15 | bool "Support for the Allwinner sun5i family CCM" |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 16 | default MACH_SUN5I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 17 | depends on MACH_SUN5I || COMPILE_TEST |
Maxime Ripard | 5e73761 | 2016-10-04 10:09:58 +0200 | [diff] [blame] | 18 | |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 19 | config SUN6I_A31_CCU |
| 20 | bool "Support for the Allwinner A31/A31s CCU" |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 21 | default MACH_SUN6I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 22 | depends on MACH_SUN6I || COMPILE_TEST |
Chen-Yu Tsai | c6e6c96 | 2016-08-25 14:21:59 +0800 | [diff] [blame] | 23 | |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 24 | config SUN8I_A23_CCU |
| 25 | bool "Support for the Allwinner A23 CCU" |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 26 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 27 | depends on MACH_SUN8I || COMPILE_TEST |
Maxime Ripard | 5690879 | 2016-08-31 16:55:00 +0200 | [diff] [blame] | 28 | |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 29 | config SUN8I_A33_CCU |
| 30 | bool "Support for the Allwinner A33 CCU" |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 31 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 32 | depends on MACH_SUN8I || COMPILE_TEST |
Maxime Ripard | d05c748 | 2016-08-24 14:10:15 +0200 | [diff] [blame] | 33 | |
Chen-Yu Tsai | 05359be | 2017-05-19 15:06:09 +0800 | [diff] [blame] | 34 | config SUN8I_A83T_CCU |
| 35 | bool "Support for the Allwinner A83T CCU" |
Chen-Yu Tsai | 05359be | 2017-05-19 15:06:09 +0800 | [diff] [blame] | 36 | default MACH_SUN8I |
| 37 | |
Maxime Ripard | 0577e48 | 2016-06-29 21:05:34 +0200 | [diff] [blame] | 38 | config SUN8I_H3_CCU |
| 39 | bool "Support for the Allwinner H3 CCU" |
Icenowy Zheng | 9be1c8a | 2017-03-02 04:13:39 +0800 | [diff] [blame] | 40 | default MACH_SUN8I || (ARM64 && ARCH_SUNXI) |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 41 | depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
Maxime Ripard | 0577e48 | 2016-06-29 21:05:34 +0200 | [diff] [blame] | 42 | |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 43 | config SUN8I_V3S_CCU |
| 44 | bool "Support for the Allwinner V3s CCU" |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 45 | default MACH_SUN8I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 46 | depends on MACH_SUN8I || COMPILE_TEST |
Icenowy Zheng | d0f11d1 | 2017-01-20 01:54:45 +0800 | [diff] [blame] | 47 | |
Icenowy Zheng | 763c5bd | 2017-05-15 00:30:34 +0800 | [diff] [blame] | 48 | config SUN8I_DE2_CCU |
| 49 | bool "Support for the Allwinner SoCs DE2 CCU" |
Icenowy Zheng | 763c5bd | 2017-05-15 00:30:34 +0800 | [diff] [blame] | 50 | |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 51 | config SUN9I_A80_CCU |
| 52 | bool "Support for the Allwinner A80 CCU" |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 53 | default MACH_SUN9I |
Peter Robinson | 05c04be | 2017-03-02 17:43:57 +0000 | [diff] [blame] | 54 | depends on MACH_SUN9I || COMPILE_TEST |
Chen-Yu Tsai | b8eb71d | 2017-01-28 20:22:34 +0800 | [diff] [blame] | 55 | |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 56 | config SUN8I_R_CCU |
| 57 | bool "Support for Allwinner SoCs' PRCM CCUs" |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 58 | default MACH_SUN8I || (ARCH_SUNXI && ARM64) |
Maxime Ripard | 1d80c14 | 2016-06-29 21:05:23 +0200 | [diff] [blame] | 59 | |
| 60 | endif |