aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-08-26 21:47:17 +0200
committerMoyster <oysterized@gmail.com>2016-08-26 21:47:17 +0200
commit1b5de2632a0aa5d9911fb6e34548579d67d45dd7 (patch)
tree10139656d5a6703e4fb17e0b5830a2437b42a6b0
parent58fe540f8b5c58ecef1f431f459185589f54acd0 (diff)
downloadandroid_kernel_m2note-1b5de2632a0aa5d9911fb6e34548579d67d45dd7.tar.gz
defconfig: set row I/O scheduler available
-rw-r--r--arch/arm64/configs/cm_m2note_defconfig2
-rw-r--r--arch/arm64/configs/m2note_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/cm_m2note_defconfig b/arch/arm64/configs/cm_m2note_defconfig
index 6e80cb4c6..b3a78bfb6 100644
--- a/arch/arm64/configs/cm_m2note_defconfig
+++ b/arch/arm64/configs/cm_m2note_defconfig
@@ -209,7 +209,9 @@ CONFIG_BLOCK_COMPAT=y
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
+CONFIG_IOSCHED_ROW=y
CONFIG_IOSCHED_CFQ=y
+# CONFIG_DEFAULT_ROW is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig
index 3a67535d9..7d1d1f5f4 100644
--- a/arch/arm64/configs/m2note_defconfig
+++ b/arch/arm64/configs/m2note_defconfig
@@ -209,7 +209,9 @@ CONFIG_BLOCK_COMPAT=y
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
+CONFIG_IOSCHED_ROW=y
CONFIG_IOSCHED_CFQ=y
+# CONFIG_DEFAULT_ROW is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set