All of lore.kernel.org
 help / color / mirror / Atom feed
From: timur@codeaurora.org (Timur Tabi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/8] arm64: defconfig: enable BLK_DEV_NVME
Date: Wed, 21 Jun 2017 12:30:41 -0500	[thread overview]
Message-ID: <1498066247-22130-3-git-send-email-timur@codeaurora.org> (raw)
In-Reply-To: <1498066247-22130-1-git-send-email-timur@codeaurora.org>

NVME is non-volatile storage media attached via PCIe. NVME devices
typically have much higher potential throughput than other block
devices, like SATA, NVME is a must-have requirement for ARM64 based
servers.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5cab8ae..c1add12 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -154,6 +154,7 @@ CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
 CONFIG_VIRTIO_BLK=y
+CONFIG_BLK_DEV_NVME=m
 CONFIG_SRAM=y
 CONFIG_EEPROM_AT25=m
 # CONFIG_SCSI_PROC_FS is not set
-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.

  parent reply	other threads:[~2017-06-21 17:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 17:30 [v3][PATCH 0/8] arm64: defconfig: enable several options useful for ARM64 server platforms Timur Tabi
2017-06-21 17:30 ` [PATCH 1/8] arm64: defconfig: enable ACPI_CPPC_CPUFREQ Timur Tabi
2017-06-21 17:30 ` Timur Tabi [this message]
2017-06-21 17:30 ` [PATCH 3/8] arm64: defconfig: enable EFI_CAPSULE_LOADER Timur Tabi
2017-06-21 17:30 ` [PATCH 4/8] arm64: defconfig: enable support for PCIe hotplug Timur Tabi
2017-06-21 17:30 ` [PATCH 5/8] arm64: defconfig: enable APEI and GHES features Timur Tabi
2017-06-21 17:30 ` [PATCH 6/8] arm64: defconfig: enable EDAC options Timur Tabi
2017-06-21 17:30 ` [PATCH 7/8] arm64: defconfig: enable QCOM_L2_PMU and QCOM_L3_PMU Timur Tabi
2017-06-21 17:30 ` [PATCH 8/8] [v2] arm64: defconfig: enable Qualcomm Technologies EMAC and some PHY drivers Timur Tabi
2017-06-23  8:16 ` [v3][PATCH 0/8] arm64: defconfig: enable several options useful for ARM64 server platforms Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498066247-22130-3-git-send-email-timur@codeaurora.org \
    --to=timur@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.