1# Renesas RZ Family
2
3# Copyright (c) 2024 Renesas Electronics Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_RENESAS_RZ
7 bool "Renesas RZ ADC Driver"
8 default y
9 depends on DT_HAS_RENESAS_RZ_ADC_ENABLED
10 select USE_RZ_FSP_ADC
11 help
12 Enable the RZ ADC driver.
13