2024-08-16 17:20:31 +08:00
|
|
|
# Renesas RA Family
|
|
|
|
|
|
|
|
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config ADC_RENESAS_RA
|
|
|
|
bool "Renesas RA ADC"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_RENESAS_RA_ADC_ENABLED
|
|
|
|
select USE_RA_FSP_ADC
|
2024-11-01 01:12:12 +08:00
|
|
|
select PINCTRL
|
2024-08-16 17:20:31 +08:00
|
|
|
help
|
|
|
|
Enable Renesas RA ADC Driver.
|