summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-09 19:26:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-10 06:33:59 +0200
commitc0ddff8643d7ce37da212c6434071eed457e6d45 (patch)
tree85ce36e6a9a10aaf60be7e68cd9bdf222d1fc0c3 /target
parent27d85368d965f7ff2358e911e93cbc2ba1520fd0 (diff)
linux: loop and drbd need block
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.block3
1 files changed, 3 insertions, 0 deletions
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