aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-12-21 21:10:03 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2017-12-26 23:31:00 +0100
commit2e237338384847a88362317bd769b1b84242e16c (patch)
treef5a9fde2a647414206da9ccd4efebdb660c8e28d /target
parente547f1692a2a25dbeb1f2fc7c761015ec409dc1b (diff)
downloadupstream-2e237338384847a88362317bd769b1b84242e16c.tar.gz
upstream-2e237338384847a88362317bd769b1b84242e16c.tar.bz2
upstream-2e237338384847a88362317bd769b1b84242e16c.zip
x86: add NVMe support for motherboards w/ M.2 slot
A lot of 1U x86_64 servers have NVMe support, which is lower-power and higher speed than SSD or CFast drives, etc. The drivers required to make this work are trivial. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/config-4.93
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9
index 402c5fdddb..b5003546c9 100644
--- a/target/linux/x86/config-4.9
+++ b/target/linux/x86/config-4.9
@@ -49,6 +49,8 @@ CONFIG_ATA_GENERIC=y
CONFIG_ATA_PIIX=y
CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_NVME=y
+# CONFIG_BLK_DEV_NVME_SCSI is not set
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BOUNCE=y
@@ -322,6 +324,7 @@ CONFIG_NLS=y
CONFIG_NO_BOOTMEM=y
CONFIG_NR_CPUS=1
# CONFIG_NSC_GPIO is not set
+CONFIG_NVME_CORE=y
CONFIG_NVRAM=y
# CONFIG_OF is not set
CONFIG_OLD_SIGACTION=y