kconfig check: require BLK_DEV_INITRD (!1780)

Always needed for the initramfs, so let's enforce it.
This commit is contained in:
Oliver Smith 2019-04-30 19:36:40 +02:00
parent 8187c66825
commit de51912ae4
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -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,