Aaron Ye | 6722544 | 2023-11-04 08:26:51 +0800 | [diff] [blame] | 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 | |||||
8 | config 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. |