Revision a86ed41bff94f90af2e1a8798e20920ef0353e97 authored by Adarsh Babu Kalepalli on 11 June 2021, 14:15:11 UTC, committed by Heinrich Schuchardt on 28 June 2021, 17:57:13 UTC
help file for using askenv cmd is created.
It provides description on the command purpose,
description of arguments,
couple of examples (illustrating command usage),
configuration parameter and
possible return values.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
Add missing entry in doc/usage/index.rst.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
1 parent 8c6532d
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>

config NVME
	bool "NVM Express device support"
	depends on BLK && PCI
	select HAVE_BLOCK_DEVICE
	help
	  This option enables support for NVM Express devices.
	  It supports basic functions of NVMe (read/write).
back to top