moby: kernel: note that IO_STRICT_DEVMEM is required for boot

This commit is contained in:
2024-09-24 11:27:01 +00:00
parent 7e3e89778d
commit 19ef5ff32a

View File

@@ -81,8 +81,10 @@ linux_latest.override {
# this is required for boot
SYSFB_SIMPLEFB = lib.mkForce no;
# TODO: at least one of these is actually required for boot.
# this is required for boot (but why??)
IO_STRICT_DEVMEM = no;
# TODO: is this safe to drop?
PRINTK_INDEX = lib.mkForce no;
# this is required for boot (but why??)