diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-30 20:21:29 +0100 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2020-01-30 15:55:51 -0800 |
commit | 079a8834bb6596d74eca5356b0d0ea0529d4f60d (patch) | |
tree | 2dcef5b308cd99542cb8610da057d06e8f3dfd6a /arch/xtensa/configs/audio_kc705_defconfig | |
parent | d5226fa6dbae0569ee43ecfc08bdcd6770fc4755 (diff) | |
download | lwn-079a8834bb6596d74eca5356b0d0ea0529d4f60d.tar.gz lwn-079a8834bb6596d74eca5356b0d0ea0529d4f60d.zip |
xtensa: configs: Cleanup old Kconfig IO scheduler options
CONFIG_IOSCHED_DEADLINE and CONFIG_IOSCHED_CFQ are gone since
commit f382fb0bcef4 ("block: remove legacy IO schedulers").
The IOSCHED_DEADLINE was replaced by MQ_IOSCHED_DEADLINE and it will be
now enabled by default (along with MQ_IOSCHED_KYBER).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Message-Id: <20200130192129.2677-1-krzk@kernel.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/configs/audio_kc705_defconfig')
-rw-r--r-- | arch/xtensa/configs/audio_kc705_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/configs/audio_kc705_defconfig b/arch/xtensa/configs/audio_kc705_defconfig index b6367af71d65..eeb4c5383c83 100644 --- a/arch/xtensa/configs/audio_kc705_defconfig +++ b/arch/xtensa/configs/audio_kc705_defconfig @@ -21,8 +21,6 @@ CONFIG_PROFILING=y CONFIG_OPROFILE=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y -# CONFIG_IOSCHED_DEADLINE is not set -# CONFIG_IOSCHED_CFQ is not set CONFIG_XTENSA_VARIANT_CUSTOM=y CONFIG_XTENSA_VARIANT_CUSTOM_NAME="test_kc705_hifi" CONFIG_XTENSA_UNALIGNED_USER=y |