Zhikang Zhang | 145b88f | 2017-08-03 02:30:57 -0700 | [diff] [blame] | 1 | # |
2 | # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | |||||
7 | config NVME | ||||
8 | bool "NVM Express device support" | ||||
9 | depends on BLK && PCI | ||||
Adam Ford | b10ba90 | 2018-02-06 12:43:56 -0600 | [diff] [blame] | 10 | select HAVE_BLOCK_DEVICE |
Zhikang Zhang | 145b88f | 2017-08-03 02:30:57 -0700 | [diff] [blame] | 11 | help |
12 | This option enables support for NVM Express devices. | ||||
13 | It supports basic functions of NVMe (read/write). |