From a529c97bc1bd1ad545cdecf8c26d7c8cf3430672 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 19 Apr 2018 00:11:59 +0100 Subject: [PATCH] block: Enable BLK_SED_OPAL (except on armel) --- debian/changelog | 1 + debian/config/armel/config.marvell | 5 +++++ debian/config/config | 1 + 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7753352dd..2447d0d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -517,6 +517,7 @@ linux (4.15.17-1) UNRELEASED; urgency=medium - mac80211: add ieee80211_hw flag for QoS NDP support - ath9k_htc: use non-QoS NDP for AP probing * squashfs: Enable SQUASHFS_ZSTD (Closes: #883410) + * block: Enable BLK_SED_OPAL (except on armel) [ Vagrant Cascadian ] * [armhf] Add patch to fix loading of imx6q-cpufreq module. diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index 54967e879..33b507efb 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -86,6 +86,11 @@ CONFIG_ARM_THUMB=y # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_DCACHE_WRITETHROUGH is not set +## +## file: block/Kconfig +## +# CONFIG_BLK_SED_OPAL is not set + ## ## file: block/Kconfig.iosched ## diff --git a/debian/config/config b/debian/config/config index 40d737eaf..a77a5f649 100644 --- a/debian/config/config +++ b/debian/config/config @@ -24,6 +24,7 @@ CONFIG_BLK_DEV_THROTTLING=y # CONFIG_BLK_CMDLINE_PARSER is not set CONFIG_BLK_WBT=y CONFIG_BLK_WBT_MQ=y +CONFIG_BLK_SED_OPAL=y ## ## file: block/Kconfig.iosched