ANDROID: GKI: remove CONFIG_BFQ_GROUP_IOSCHED from gki_defconfig

In commit 4a6a7bc21d ("block: Default to use cgroup support for BFQ"),
CONFIG_BFQ_GROUP_IOSCHED became "default y", so the build breaks when
comparing the defconfig of the gki_defconfig files.  Remove that option
as it's no longer needed to be specified directly.

Fixes: 4a6a7bc21d ("block: Default to use cgroup support for BFQ")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I15eb6a68bb95e103dca850862c00095afabafc14
This commit is contained in:
Greg Kroah-Hartman
2023-03-02 16:23:40 +00:00
parent c3d3b894f7
commit e6c45b356a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -89,7 +89,6 @@ CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_INLINE_ENCRYPTION=y
CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK=y
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_GKI_HACKS_TO_FIX=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_MISC=y
-1
View File
@@ -89,7 +89,6 @@ CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_INLINE_ENCRYPTION=y
CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK=y
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_GKI_HACKS_TO_FIX=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_MISC=y