You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
# Ambiq Clock Control Driver configuration options |
|
# |
|
# Copyright (c) 2023 Ambiq Micro Inc. |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
|
|
config CLOCK_CONTROL_AMBIQ |
|
bool "AMBIQ clock control driver" |
|
default y |
|
depends on DT_HAS_AMBIQ_CLKCTRL_ENABLED |
|
select AMBIQ_HAL |
|
help |
|
Enable driver for Ambiq clock control.
|
|
|