From 44b570caef6398cbe413a260fb459db031f34684 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 2 May 2017 20:06:26 +0100 Subject: [PATCH] block: Enable BLK_WBT, BLK_WBT_MQ (Closes: #859570) --- debian/changelog | 1 + debian/config/config | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index bfe6551a6..56eced4d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ linux (4.11-1~exp1) UNRELEASED; urgency=medium * [arm64] Enable ARCH_SUNXI, RTC_DRV_SUN6I as built-in, MMC_SUNXI and PHY_SUN4I_USB as modules (Closes: #860855) * [arm64] Enable REGULATOR_GPIO as module (Closes: #860222) + * block: Enable BLK_WBT, BLK_WBT_MQ (Closes: #859570) -- Lukas Wunner Sun, 16 Apr 2017 16:09:27 +0200 diff --git a/debian/config/config b/debian/config/config index da2351730..667d86ec5 100644 --- a/debian/config/config +++ b/debian/config/config @@ -22,6 +22,8 @@ CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y CONFIG_BLK_DEV_THROTTLING=y # CONFIG_BLK_CMDLINE_PARSER is not set +CONFIG_BLK_WBT=y +CONFIG_BLK_WBT_MQ=y ## ## file: block/Kconfig.iosched