zephyr/drivers/adc/Kconfig.ambiq
BH Li 2f40168287 drivers: adc: add ambiq adc driver
Add Ambiq adc driver

Signed-off-by: BH Li <bli@ambiq.com>
2024-08-14 10:45:47 +01:00

12 lines
280 B
Text

# 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.