summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/Kconfig
blob: 8888c8900b767e33c7e7396e548238e232f0817d (plain)
1
2
3
4
5
6
7
8
9
10
11
config NVME_CORE
	bool

config BLK_DEV_NVME
	bool "NVM Express block device"
	depends on PCI && BLOCK
	select NVME_CORE
	---help---
	  The NVM Express driver is for solid state drives directly
	  connected to the PCI or PCI Express bus.  If you know you
	  don't have one of these, it is safe to answer N.