26 lines
769 B
Diff
26 lines
769 B
Diff
From af6b59d098ce870625b65db67704fdded09a71bb Mon Sep 17 00:00:00 2001
|
|
From: Han Gao <rabenda.cn@gmail.com>
|
|
Date: Wed, 25 Dec 2024 17:51:00 +0800
|
|
Subject: [PATCH 313/413] configs: eic7702: add initrd support
|
|
|
|
Signed-off-by: Han Gao <rabenda.cn@gmail.com>
|
|
---
|
|
arch/riscv/configs/eic7702_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/riscv/configs/eic7702_defconfig b/arch/riscv/configs/eic7702_defconfig
|
|
index 2f468cfeba8d..78b45bbf24ab 100644
|
|
--- a/arch/riscv/configs/eic7702_defconfig
|
|
+++ b/arch/riscv/configs/eic7702_defconfig
|
|
@@ -26,6 +26,7 @@ CONFIG_CGROUP_MISC=y
|
|
CONFIG_NAMESPACES=y
|
|
CONFIG_USER_NS=y
|
|
CONFIG_CHECKPOINT_RESTORE=y
|
|
+CONFIG_BLK_DEV_INITRD=y
|
|
CONFIG_EXPERT=y
|
|
# CONFIG_SYSFS_SYSCALL is not set
|
|
CONFIG_PERF_EVENTS=y
|
|
--
|
|
2.47.0
|
|
|