1# Ambiq Clock Control Driver configuration options
2#
3# Copyright (c) 2023 Ambiq Micro Inc.
4#
5# SPDX-License-Identifier: Apache-2.0
6#
7
8config CLOCK_CONTROL_AMBIQ
9	bool "AMBIQ clock control driver"
10	default y
11	depends on DT_HAS_AMBIQ_CLKCTRL_ENABLED
12	select AMBIQ_HAL
13	help
14	  Enable driver for Ambiq clock control.
15