]> git.sur5r.net Git - u-boot/blob - drivers/nvme/Kconfig
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
[u-boot] / drivers / nvme / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
4
5 config NVME
6         bool "NVM Express device support"
7         depends on BLK && PCI
8         select HAVE_BLOCK_DEVICE
9         help
10           This option enables support for NVM Express devices.
11           It supports basic functions of NVMe (read/write).