aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2017-06-21 13:30:41 -0400
committerArnd Bergmann <arnd@arndb.de>2017-06-23 04:17:18 -0400
commit1176fb3c92dc0c4dd83bf45ea2e62791118abfc4 (patch)
tree131873cc34074d6894632ddb866bcb46626a660d
parent51f2e0db4063da7010fa015ddbebdf49c6ee1bbb (diff)
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 <timur@codeaurora.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
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
153CONFIG_BLK_DEV_LOOP=y 153CONFIG_BLK_DEV_LOOP=y
154CONFIG_BLK_DEV_NBD=m 154CONFIG_BLK_DEV_NBD=m
155CONFIG_VIRTIO_BLK=y 155CONFIG_VIRTIO_BLK=y
156CONFIG_BLK_DEV_NVME=m
156CONFIG_SRAM=y 157CONFIG_SRAM=y
157CONFIG_EEPROM_AT25=m 158CONFIG_EEPROM_AT25=m
158# CONFIG_SCSI_PROC_FS is not set 159# CONFIG_SCSI_PROC_FS is not set