2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-03-26 17:38:57 +00:00
|
|
|
config CLK_ACTIONS
|
|
|
|
bool "Clock driver for Actions Semi SoCs"
|
|
|
|
depends on ARCH_ACTIONS || COMPILE_TEST
|
2018-07-19 09:06:45 +00:00
|
|
|
select REGMAP_MMIO
|
2018-08-10 09:51:11 +00:00
|
|
|
select RESET_CONTROLLER
|
2018-03-26 17:38:57 +00:00
|
|
|
default ARCH_ACTIONS
|
2018-03-26 17:39:05 +00:00
|
|
|
|
|
|
|
if CLK_ACTIONS
|
|
|
|
|
|
|
|
# SoC Drivers
|
|
|
|
|
2019-01-15 03:33:39 +00:00
|
|
|
config CLK_OWL_S500
|
|
|
|
bool "Support for the Actions Semi OWL S500 clocks"
|
|
|
|
depends on ARCH_ACTIONS || COMPILE_TEST
|
|
|
|
default ARCH_ACTIONS
|
|
|
|
|
2018-07-19 09:06:47 +00:00
|
|
|
config CLK_OWL_S700
|
|
|
|
bool "Support for the Actions Semi OWL S700 clocks"
|
|
|
|
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
|
|
|
|
default ARM64 && ARCH_ACTIONS
|
|
|
|
|
2018-03-26 17:39:05 +00:00
|
|
|
config CLK_OWL_S900
|
|
|
|
bool "Support for the Actions Semi OWL S900 clocks"
|
|
|
|
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
|
|
|
|
default ARM64 && ARCH_ACTIONS
|
2018-07-19 09:06:47 +00:00
|
|
|
|
2018-03-26 17:39:05 +00:00
|
|
|
endif
|