That 'imply' looks like it was added to solve a problem using the old 'imply'CONFIG_SLIMBUS=mConfig 5bd773242f75 added a kconfig "imply" on config SLIMBUS from
config SOUNDWIRE_QCOM, and this happens to mean that we don't explicitly
require config SLIMBUS enabled in the defconfig.
semantics that are not what this keyword does today. I suspect it's still
broken when CONFIG=SOUNDWIRE_QCOM=y and CONFIG_SLIBMUS=m,
and the correct fix is to use a dependency like
depends on SLIMBUS || !SLIMBUS
so the defconfig symbol should stay.