13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
# Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
|
||
|
|
||
|
config ADC_AMBIQ
|
||
|
bool "Ambiq Adc Driver"
|
||
|
default y
|
||
|
depends on DT_HAS_AMBIQ_ADC_ENABLED
|
||
|
select AMBIQ_HAL
|
||
|
select AMBIQ_HAL_USE_ADC
|
||
|
help
|
||
|
Enables the Adc driver for Ambiq devices.
|