1# XMC4XXX ADC configuration options
2
3# Copyright (c) 2022 Andriy Gelman <andriy.gelman@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_XMC4XXX
7	bool "XMC4XXX ADC"
8	default y
9	depends on DT_HAS_INFINEON_XMC4XXX_ADC_ENABLED
10	help
11	  Enable XMC4XXX adc driver.
12