1# Smartbond clock control driver config
2
3# Copyright (c) 2022 Renesas Electronics Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_SMARTBOND
7	bool "Smartbond Clock Control"
8	depends on SOC_FAMILY_SMARTBOND
9	help
10	  Enable driver for Clock Control subsystem found in SmartBond
11