diff options
author | Marek Behún <marek.behun@nic.cz> | 2021-02-05 15:32:31 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-02-26 10:22:29 +0100 |
commit | 579e656f4fef3538c88ee2429ce80e65f4124013 (patch) | |
tree | a6988529bd57e7ee86b3e81d86e445417899ba70 | |
parent | 3abcc76ef592027f9a745d0ae9dea049809d5715 (diff) | |
download | u-boot-579e656f4fef3538c88ee2429ce80e65f4124013.tar.gz |
arm: mvebu: turris_mox: Enable NVMe support
NVMe drives can be connected to Turris MOX via MOX B and MOX G
extensions.
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 27a5179fe5..f938fbb475 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -61,6 +61,7 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_MVNETA=y +CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_PCI_AARDVARK=y |