diff options
author | Timur Tabi <timur@codeaurora.org> | 2017-06-21 20:30:41 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-23 11:17:18 +0300 |
commit | 1176fb3c92dc0c4dd83bf45ea2e62791118abfc4 (patch) | |
tree | 131873cc34074d6894632ddb866bcb46626a660d /arch/arm64/configs | |
parent | 51f2e0db4063da7010fa015ddbebdf49c6ee1bbb (diff) | |
download | linux-1176fb3c92dc0c4dd83bf45ea2e62791118abfc4.tar.xz |
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>
Diffstat (limited to 'arch/arm64/configs')
-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 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 |