1# Copyright (c) 2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config COMPARATOR_RENESAS_RA
5	bool "Renesas RA ACMPHS"
6	default y
7	depends on DT_HAS_RENESAS_RA_ACMPHS_ENABLED
8	select USE_RA_FSP_ACMPHS
9	select PINCTRL
10	help
11	  Enable Renesas RA ACMPHS Driver.
12