All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: "Stefan Roese" <sr@denx.de>, "Marek Behún" <marek.behun@nic.cz>
Cc: u-boot@lists.denx.de
Subject: [PATCH 3/3] arm: mvebu: turris_omnia: Enable NVMe support
Date: Fri, 13 Aug 2021 13:56:38 +0200	[thread overview]
Message-ID: <20210813115638.27865-3-pali@kernel.org> (raw)
In-Reply-To: <20210813115638.27865-1-pali@kernel.org>

PCIe-based NVMe SSD disks in M.2 2230/2242/2260 form-factor can be
connected to Turris Omnia mPCIe slot via passive M.2 <--> mPCIe adapter.

So enable PCIe NVMe drivers.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 configs/turris_omnia_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index cd443ceb300f..2acc4ada4123 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -77,6 +77,7 @@ CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
 CONFIG_MVNETA=y
 CONFIG_MII=y
+CONFIG_NVME=y
 CONFIG_PCI=y
 CONFIG_PCI_MVEBU=y
 CONFIG_DM_RTC=y
-- 
2.20.1


  parent reply	other threads:[~2021-08-13 11:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13 11:56 [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe Pali Rohár
2021-08-13 11:56 ` [PATCH 2/3] arm: mvebu: turris_mox: Enable SATA support Pali Rohár
2021-08-16  6:58   ` Stefan Roese
2021-09-01  9:09   ` Stefan Roese
2021-08-13 11:56 ` Pali Rohár [this message]
2021-08-16  6:59   ` [PATCH 3/3] arm: mvebu: turris_omnia: Enable NVMe support Stefan Roese
2021-09-01  9:10   ` Stefan Roese
2021-08-16  6:58 ` [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe Stefan Roese
2021-09-01  9:09 ` Stefan Roese

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=20210813115638.27865-3-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=marek.behun@nic.cz \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /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.