From f3c507adcd7b00a08f2075afb6012f791ba9aec5 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Tue, 4 Jun 2013 09:17:10 -0600 Subject: NVMe: Initial commit for new storage interface Initial commit for emulated Non-Volatile-Memory Express (NVMe) pci storage device. NVMe is an open, industry driven storage specification defining an optimized register and command set designed to deliver the full capabilities of non-volatile memory on PCIe SSDs. Further information may be found on the organizations website at: http://www.nvmexpress.org/ This commit implements the minimum from the specification to work with existing drivers. Cc: Keith Busch Signed-off-by: Keith Busch Reviewed-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- default-configs/pci.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs') diff --git a/default-configs/pci.mak b/default-configs/pci.mak index d557eab..91b1e92 100644 --- a/default-configs/pci.mak +++ b/default-configs/pci.mak @@ -29,3 +29,4 @@ CONFIG_SERIAL_PCI=y CONFIG_IPACK=y CONFIG_WDT_IB6300ESB=y CONFIG_PCI_TESTDEV=y +CONFIG_NVME_PCI=y -- cgit v1.1