drivers/nvme/Kconfig

Source file repositories/reference/linux-study-clean/drivers/nvme/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/nvme/Kconfig
Extension
[no extension]
Size
179 bytes
Lines
9
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: build/configuration rule
Status
atlas-only

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
menu "NVME Support"

source "drivers/nvme/common/Kconfig"
source "drivers/nvme/host/Kconfig"
source "drivers/nvme/target/Kconfig"

endmenu

Annotation

Implementation Notes