Abdellatif El Khlifi | f37af27 | 2023-04-17 10:11:52 +0100 | [diff] [blame] | 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 | |
| 7 | config 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 Khlifi | 9e115ac | 2023-04-17 10:11:53 +0100 | [diff] [blame] | 14 | |
| 15 | config 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 |