1# ADC configuration options
2
3# Copyright (c) 2023 Renesas Electronics Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_SMARTBOND_GPADC
7	bool "Renesas SmartBond(tm) ADC driver for ADC"
8	default y
9	depends on DT_HAS_RENESAS_SMARTBOND_ADC_ENABLED
10	select ADC_CONFIGURABLE_INPUTS
11	help
12	  Enable support for ADC driver for Renesas SmartBond(tm) MCU series.
13
14config ADC_SMARTBOND_SDADC
15	bool "Renesas SmartBond(tm) ADC driver for Sigma-Delta ADC"
16	default y
17	depends on DT_HAS_RENESAS_SMARTBOND_SDADC_ENABLED
18	select ADC_CONFIGURABLE_INPUTS
19	help
20	  Enable support for ADC driver for Renesas SmartBond(tm) MCU series.
21