From c0ddff8643d7ce37da212c6434071eed457e6d45 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Jun 2018 19:26:44 +0200 Subject: linux: loop and drbd need block --- target/linux/config/Config.in.block | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 11dce14c3..478314be0 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -11,6 +11,7 @@ config ADK_LINUX_KERNEL_AIO menu "Block devices support" depends on ADK_TARGET_WITH_BLOCK \ + || ADK_TARGET_QEMU \ || ADK_TARGET_GENERIC config ADK_LINUX_KERNEL_IOSCHED_DEADLINE @@ -650,6 +651,7 @@ config ADK_LINUX_KERNEL_DM_MIRROR config ADK_LINUX_KERNEL_BLK_DEV_DRBD tristate "DRBD support (Network RAID 1)" + select ADK_LINUX_KERNEL_BLOCK select ADK_LINUX_KERNEL_BLK_DEV select ADK_LINUX_KERNEL_CONNECTOR default n @@ -658,6 +660,7 @@ config ADK_LINUX_KERNEL_BLK_DEV_DRBD config ADK_LINUX_KERNEL_BLK_DEV_LOOP tristate "Loop mount support" + select ADK_LINUX_KERNEL_BLOCK select ADK_LINUX_KERNEL_BLK_DEV default n help -- cgit v1.2.3