]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/nvme/Kconfig
bug.h: sync BUILD_BUG stuff with Linux 4.13
[people/ms/u-boot.git] / drivers / nvme / Kconfig
CommitLineData
982388ea
ZZ
1#
2# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config NVME
8 bool "NVM Express device support"
9 depends on BLK && PCI
10 help
11 This option enables support for NVM Express devices.
12 It supports basic functions of NVMe (read/write).