1# Copyright (c) 2021 Pavlo Hamov <pasha.gamov@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config ADC_CC32XX
5 bool "CC32XX ADC driver"
6 default y
7 depends on DT_HAS_TI_CC32XX_ADC_ENABLED
8 help
9 This option enables the CC32XX ADC driver.
10