.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config CLK_ACTIONS |
---|
2 | 3 | bool "Clock driver for Actions Semi SoCs" |
---|
3 | 4 | depends on ARCH_ACTIONS || COMPILE_TEST |
---|
4 | 5 | select REGMAP_MMIO |
---|
| 6 | + select RESET_CONTROLLER |
---|
5 | 7 | default ARCH_ACTIONS |
---|
6 | 8 | |
---|
7 | 9 | if CLK_ACTIONS |
---|
8 | 10 | |
---|
9 | 11 | # SoC Drivers |
---|
10 | 12 | |
---|
| 13 | +config CLK_OWL_S500 |
---|
| 14 | + bool "Support for the Actions Semi OWL S500 clocks" |
---|
| 15 | + depends on ARCH_ACTIONS || COMPILE_TEST |
---|
| 16 | + default ARCH_ACTIONS |
---|
| 17 | + |
---|
11 | 18 | config CLK_OWL_S700 |
---|
12 | 19 | bool "Support for the Actions Semi OWL S700 clocks" |
---|
13 | 20 | depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST |
---|