]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER
authorUlf Magnusson <ulfalizer@gmail.com>
Fri, 27 Sep 2019 17:42:32 +0000 (19:42 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Thu, 10 Oct 2019 13:15:51 +0000 (15:15 +0200)
commitbaea453981d9b60460cb74802729e5b565c60d37
treeceeb2703887db3f9905e14113aee73ffb7e6587e
parented4f3708f7368e901f7444f9a9abac53c6003df2
drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER

[cherry-picked to drm-misc-fixes: drm-misc-next commit dfef959803c7]

Commit 236e62b4ad5d ("thermal/drivers/core: Remove the module Kconfig's
option") changed the type of THERMAL from tristate to bool, so
THERMAL || !THERMAL is now always y. Remove the redundant dependency.

Discovered through Kconfiglib detecting a dependency loop. The C tools
simplify the expression to y before running dependency loop detection,
and so don't see it. Changing the type of THERMAL back to tristate makes
the C tools detect the same loop.

Not sure if running dep. loop detection after simplification can be
called a bug. Fixing this nit unbreaks Kconfiglib on the kernel at
least.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190927174218.GA32085@huvuddator
drivers/gpu/drm/tiny/Kconfig