blob: 30974fd3cf75d2b47895787e158f61d5ba548195 [file] [log] [blame]
Zhikang Zhang982388e2017-08-03 02:30:57 -07001#
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
Adam Ford1811a922018-02-06 12:43:56 -060010 select HAVE_BLOCK_DEVICE
Zhikang Zhang982388e2017-08-03 02:30:57 -070011 help
12 This option enables support for NVM Express devices.
13 It supports basic functions of NVMe (read/write).