1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
4
5config ADC_AMBIQ
6 bool "Ambiq Adc Driver"
7 default y
8 depends on DT_HAS_AMBIQ_ADC_ENABLED
9 select AMBIQ_HAL
10 select AMBIQ_HAL_USE_ADC
11 help
12 Enables the Adc driver for Ambiq devices.
13