1# Copyright (c) 2023 Synopsys 2# SPDX-License-Identifier: Apache-2.0 3 4config PINCTRL_EMSDP 5 bool "EMSDP pinmux driver" 6 default y 7 depends on DT_HAS_SNPS_EMSDP_PINCTRL_ENABLED 8 help 9 Enable driver for the synopsys ARC EMSDP pinctrl driver 10