1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config MSPI_DW 5 bool "DesignWare SSI controller driver" 6 default y 7 depends on DT_HAS_SNPS_DESIGNWARE_SSI_ENABLED 8 select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SSI),pinctrl-0) 9 imply MSPI_XIP 10