Skip to content
Snippets Groups Projects
Unverified Commit c5493f02 authored by Oliver Smith's avatar Oliver Smith
Browse files

kconfig check: require BLK_DEV_INITRD (!1780)

Always needed for the initramfs, so let's enforce it.
parent 9bc72368
Branches
Tags
No related merge requests found
Pipeline #189802 passed
......@@ -170,6 +170,7 @@ build_cross_native = ["linux-*", "arch-bin-masquerade", "u-boot*"]
necessary_kconfig_options = {
"all": {
"ANDROID_PARANOID_NETWORK": False,
"BLK_DEV_INITRD": True,
"DEVTMPFS": True,
"DM_CRYPT": True,
"EXT4_FS": True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment