1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
4# Authors:
5#   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
6
7config NVMXIP
8	bool "NVM XIP devices support"
9	select BLK
10	help
11	  This option allows the emulation of a block storage device
12	  on top of a direct access non volatile memory XIP flash devices.
13	  This support provides the read operation.
14
15config NVMXIP_QSPI
16	bool "QSPI XIP  support"
17	select NVMXIP
18	help
19	  This option allows the emulation of a block storage device on top of a QSPI XIP flash
20