kernel: add KERNEL_IO_URING option
[openwrt/staging/jow.git] / config / Config-devel.in
index 11741c70708d1da820ccce714e91eae8af6dd9d3..21e15f16dcb46cd561ba6e63117b395fd7542449 100644 (file)
@@ -9,7 +9,7 @@ menuconfig DEVEL
        default n
 
        config BROKEN
-               bool "Show broken platforms / packages" if DEVEL
+               bool "Show broken platforms / packages / devices" if DEVEL
                default n
 
        config BINARY_FOLDER
@@ -107,6 +107,11 @@ menuconfig DEVEL
                  It can be a git hash or a branch name.
                  If unused, the clone's repository HEAD will be checked-out.
 
+       config KERNEL_GIT_MIRROR_HASH
+               string "Enter hash of Git kernel tree source checkout tarball" if DEVEL
+               depends on (KERNEL_GIT_CLONE_URI != "")
+               default ""
+
        config BUILD_LOG
                bool "Enable log files during build process" if DEVEL
                help