# ADC CMP NPCX driver configuration options | |
# Copyright (c) 2022 Intel Corporation. | |
# SPDX-License-Identifier: Apache-2.0 | |
if ADC_NPCX | |
config ADC_CMP_NPCX | |
bool "Nuvoton NPCX ADC threshold detection interruption" | |
help | |
This option enables threshold interruption using sensor | |
trigger API. | |
endif # ADC_NPCX |