1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# Renesas RA External Interrupt Option
5
6config RENESAS_RA_EXTERNAL_INTERRUPT
7	bool "Renesas RA External Interrupt Driver"
8	depends on DT_HAS_RENESAS_RA_EXTERNAL_INTERRUPT_ENABLED
9	default y
10	help
11	  Enable config options for Renesas RA external interrupt
12