1# Renesas RA Family 2 3# Copyright (c) 2024 Renesas Electronics Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config ADC_RENESAS_RA 7 bool "Renesas RA ADC" 8 default y 9 depends on DT_HAS_RENESAS_RA_ADC_ENABLED 10 select USE_RA_FSP_ADC 11 select PINCTRL 12 help 13 Enable Renesas RA ADC Driver. 14