1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config MEMC_NXP_S32_QSPI
5	bool "NXP S32 Quad Serial Peripheral Interface (QSPI) controller"
6	default y
7	depends on DT_HAS_NXP_S32_QSPI_ENABLED
8	select PINCTRL
9	help
10	  Enable NXP S32 Quad Serial Peripheral Interface (QSPI) controller.
11