1# Copyright (c) 2024 Michael Hope 2# SPDX-License-Identifier: Apache-2.0 3 4config PINCTRL_WCH_AFIO 5 bool "WCH AFIO pin controller driver" 6 default y 7 depends on DT_HAS_WCH_AFIO_ENABLED 8 help 9 WCH AFIO pin controller driver. 10