xref: /openbmc/u-boot/drivers/nvme/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1982388eaSZhikang Zhang# SPDX-License-Identifier: GPL-2.0+
2982388eaSZhikang Zhang#
3*83d290c5STom Rini# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
4982388eaSZhikang Zhang
5982388eaSZhikang Zhangconfig NVME
6982388eaSZhikang Zhang	bool "NVM Express device support"
7982388eaSZhikang Zhang	depends on BLK && PCI
81811a928SAdam Ford	select HAVE_BLOCK_DEVICE
9982388eaSZhikang Zhang	help
10982388eaSZhikang Zhang	  This option enables support for NVM Express devices.
11982388eaSZhikang Zhang	  It supports basic functions of NVMe (read/write).
12