1# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> 2# Copyright (c) 2024 Renesas Electronics Corporation 3# SPDX-License-Identifier: Apache-2.0 4 5config PINCTRL_RENESAS_RA_PFS 6 bool "Renesas RA pinctrl driver" 7 default y 8 depends on DT_HAS_RENESAS_RA_PINCTRL_PFS_ENABLED 9 help 10 Enable the Renesas RA series pinctrl driver with PFS secure register. 11