Re: [PATCH] xtensa: configs: Cleanup old Kconfig IO scheduler options

From: Max Filippov
Date: Thu Jan 30 2020 - 18:58:31 EST


On Thu, Jan 30, 2020 at 11:21 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> 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@xxxxxxxxxx>
> ---
> arch/xtensa/configs/audio_kc705_defconfig | 2 --
> arch/xtensa/configs/cadence_csp_defconfig | 2 --
> arch/xtensa/configs/generic_kc705_defconfig | 2 --
> arch/xtensa/configs/iss_defconfig | 2 --
> arch/xtensa/configs/nommu_kc705_defconfig | 2 --
> arch/xtensa/configs/smp_lx200_defconfig | 2 --
> 6 files changed, 12 deletions(-)

Thanks, applied to my xtensa tree.

-- Max