mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 05:55:22 +00:00
SoCs outside the Kinetis family can have the ADC16 module, so move the HAS_ADC16 config from arch/arm/soc/nxp_kinetis to ext/hal/nxp/mcux Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
# Kconfig - ADC configuration options
|
|
|
|
#
|
|
# Copyright (c) 2015 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config ADC_MCUX_ADC16
|
|
bool "MCUX ADC16 driver"
|
|
depends on HAS_MCUX_ADC16
|
|
select HAS_DTS_ADC
|
|
default n
|
|
help
|
|
Enable the MCUX ADC16 driver.
|