summaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b72e83288f66..8c62047eeec3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1380,6 +1380,11 @@ if BLK_DEV_INITRD
source "usr/Kconfig"
+config INITRD_ASYNC
+ bool "Initrd async"
+ help
+ Init ramdisk async, can reduce kernel init time.
+
endif
choice