diff options
author | WangYuli <wangyuli@uniontech.com> | 2024-11-03 14:00:05 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-11-12 15:50:54 +0100 |
commit | f67a922230e898dc7f399cf14489e513224d6c4b (patch) | |
tree | 7d505b9e00f0716a4adaa5d0df8d0947a0361eeb | |
parent | MIPS: loongson3_defconfig: Update configs dependencies (diff) | |
download | linux-f67a922230e898dc7f399cf14489e513224d6c4b.tar.xz linux-f67a922230e898dc7f399cf14489e513224d6c4b.zip |
MIPS: loongson3_defconfig: Enable blk_dev_nvme by default
A significant number of 3A4000 machines come with NVMe drives
pre-installed, so we should support it in its defconfig.
Tested-by: Erpeng Xu <xuerpeng@uniontech.com>
Tested-by: Qiang Ma <maqianga@uniontech.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | arch/mips/configs/loongson3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index 30837f3b6acd..98844b457b7f 100644 --- a/arch/mips/configs/loongson3_defconfig +++ b/arch/mips/configs/loongson3_defconfig @@ -141,6 +141,7 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_VIRTIO_BLK=y +CONFIG_BLK_DEV_NVME=m CONFIG_RAID_ATTRS=m CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y |