Re: [PATCH] arm64: Kconfig: make SCHED_MC and SCHED_SMT depend on SMP

From: Will Deacon
Date: Thu Apr 14 2016 - 04:47:37 EST


On Wed, Apr 13, 2016 at 05:54:12PM -0700, Yang Shi wrote:
> SCHED_MC and SCHED_SMT are pointless when SMP is disabled.
> Although SMP is rarely disabled for ARM64, it looks more consistent to have
> such depend in Kconfig.

You can't disable CONFIG_SMP for arm64 -- we select it unconditionally
in the kconfig.

Will