]> git.ipfire.org Git - thirdparty/u-boot.git/blob - drivers/nvme/Kconfig
nvme: Split out PCI support
[thirdparty/u-boot.git] / 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
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).
12
13 config NVME_PCI
14 bool "NVM Express PCI device support"
15 depends on PCI
16 select NVME
17 help
18 This option enables support for NVM Express PCI
19 devices.