From: Timur Tabi Date: Wed, 21 Jun 2017 17:30:41 +0000 (-0500) Subject: arm64: defconfig: enable BLK_DEV_NVME X-Git-Tag: v4.13-rc1~164^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1176fb3c92dc0c4dd83bf45ea2e62791118abfc4;p=karo-tx-linux.git arm64: defconfig: enable BLK_DEV_NVME 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 Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 898106005a59..9763a7cb364f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -153,6 +153,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