.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config SUNXI_CCU |
---|
2 | 3 | bool "Clock support for Allwinner SoCs" |
---|
3 | 4 | depends on ARCH_SUNXI || COMPILE_TEST |
---|
.. | .. |
---|
6 | 7 | |
---|
7 | 8 | if SUNXI_CCU |
---|
8 | 9 | |
---|
| 10 | +config SUNIV_F1C100S_CCU |
---|
| 11 | + bool "Support for the Allwinner newer F1C100s CCU" |
---|
| 12 | + default MACH_SUNIV |
---|
| 13 | + depends on MACH_SUNIV || COMPILE_TEST |
---|
| 14 | + |
---|
9 | 15 | config SUN50I_A64_CCU |
---|
10 | 16 | bool "Support for the Allwinner A64 CCU" |
---|
| 17 | + default ARM64 && ARCH_SUNXI |
---|
| 18 | + depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
---|
| 19 | + |
---|
| 20 | +config SUN50I_A100_CCU |
---|
| 21 | + bool "Support for the Allwinner A100 CCU" |
---|
| 22 | + default ARM64 && ARCH_SUNXI |
---|
| 23 | + depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
---|
| 24 | + |
---|
| 25 | +config SUN50I_A100_R_CCU |
---|
| 26 | + bool "Support for the Allwinner A100 PRCM CCU" |
---|
11 | 27 | default ARM64 && ARCH_SUNXI |
---|
12 | 28 | depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST |
---|
13 | 29 | |
---|
.. | .. |
---|
63 | 79 | |
---|
64 | 80 | config SUN8I_DE2_CCU |
---|
65 | 81 | bool "Support for the Allwinner SoCs DE2 CCU" |
---|
| 82 | + default MACH_SUN8I || (ARM64 && ARCH_SUNXI) |
---|
66 | 83 | |
---|
67 | 84 | config SUN8I_R40_CCU |
---|
68 | 85 | bool "Support for the Allwinner R40 CCU" |
---|