blob: 1f6d1f5648446edc281959b849d675e668fce487 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Zhikang Zhang145b88f2017-08-03 02:30:57 -07002#
3# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
Zhikang Zhang145b88f2017-08-03 02:30:57 -07004
5config NVME
6 bool "NVM Express device support"
7 depends on BLK && PCI
Adam Fordb10ba902018-02-06 12:43:56 -06008 select HAVE_BLOCK_DEVICE
Zhikang Zhang145b88f2017-08-03 02:30:57 -07009 help
10 This option enables support for NVM Express devices.
11 It supports basic functions of NVMe (read/write).