1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4config WCH_PFIC
5	bool "WCH Programmable Fast Interrupt Controller (PFIC)"
6	default y
7	depends on DT_HAS_WCH_PFIC_ENABLED
8	help
9	  Interrupt controller for WCH PFIC.
10