blob: 3ef710502644432a886635e24c8b2f066bc34c6c [file] [log] [blame]
Abdellatif El Khlifif37af272023-04-17 10:11:52 +01001# 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.
Abdellatif El Khlifi9e115ac2023-04-17 10:11:53 +010014
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