mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 02:17:40 +00:00
To require relevant DTS entries on all platforms providing the ADC driver. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
14 lines
237 B
Plaintext
14 lines
237 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
|
|
help
|
|
Enable the MCUX ADC16 driver.
|