f809614136
Add support ADC SAR for NXP S32. ADC SAR diver support 3 group channels (precision, standard and external), run normal trigger in oneshot conversion mode with 2 callbacks normal end of conversion and normal end chain callbacks. An instance only run on 1 group channel and 1 kind of callback at the same time. Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_NXP_S32_ADC_SAR
|
|
bool "NXP S32 ADC SAR driver"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_ADC_SAR_ENABLED
|
|
help
|
|
This option enables the NXP S32 ADC SAR driver.
|