summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-02-10 17:38:04 -0500
committerTom Rini <[email protected]>2022-02-10 17:38:04 -0500
commitfe203a05fb663fa9bc42a9ef9ae51a6ed01a4a90 (patch)
tree635b4c3019d51684bdb98a52e20aaeb893c5c40a /doc/develop
parentc4408291bfff9622f2d3817a13c997debd0e8200 (diff)
parentad41ed120893522e23cc24550bb2d1dfb745a075 (diff)
Merge branch '2022-02-10-platform-updates'
- Assorted Apple M1 platform updates - Drop CONFIG_SYS_RESET_ADDR, update k3-am64-sk memory values in dts
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/driver-model/nvme.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/driver-model/nvme.rst b/doc/develop/driver-model/nvme.rst
index 736c0a063dc..fd0c0f00d2d 100644
--- a/doc/develop/driver-model/nvme.rst
+++ b/doc/develop/driver-model/nvme.rst
@@ -40,6 +40,7 @@ It only support basic block read/write functions in the NVMe driver.
Config options
--------------
CONFIG_NVME Enable NVMe device support
+CONFIG_NVME_PCI Enable PCIe NVMe device support
CONFIG_CMD_NVME Enable basic NVMe commands
Usage in U-Boot