diff options
author | Timur Tabi <timur@codeaurora.org> | 2017-06-21 13:30:41 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-23 04:17:18 -0400 |
commit | 1176fb3c92dc0c4dd83bf45ea2e62791118abfc4 (patch) | |
tree | 131873cc34074d6894632ddb866bcb46626a660d | |
parent | 51f2e0db4063da7010fa015ddbebdf49c6ee1bbb (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/defconfig | 1 |
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 | |||
153 | CONFIG_BLK_DEV_LOOP=y | 153 | CONFIG_BLK_DEV_LOOP=y |
154 | CONFIG_BLK_DEV_NBD=m | 154 | CONFIG_BLK_DEV_NBD=m |
155 | CONFIG_VIRTIO_BLK=y | 155 | CONFIG_VIRTIO_BLK=y |
156 | CONFIG_BLK_DEV_NVME=m | ||
156 | CONFIG_SRAM=y | 157 | CONFIG_SRAM=y |
157 | CONFIG_EEPROM_AT25=m | 158 | CONFIG_EEPROM_AT25=m |
158 | # CONFIG_SCSI_PROC_FS is not set | 159 | # CONFIG_SCSI_PROC_FS is not set |