]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: staging: correct reference to config IOMEM to config HAS_IOMEM
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 17 Aug 2021 10:54:04 +0000 (12:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Sep 2021 08:00:48 +0000 (10:00 +0200)
commit894df4f688b69f87ba139077e81c0bae01c43399
tree7932a615ff164d5c2ba373548b366faf8b4fc2e8
parent8929bc3bd8a61a2e20d8c8d509efbbbde5b57b42
clk: staging: correct reference to config IOMEM to config HAS_IOMEM

[ Upstream commit cbfa6f33e3a685c329d78e06b0cf1dcb23c9d849 ]

Commit 0a0a66c984b3 ("clk: staging: Specify IOMEM dependency for Xilinx
Clocking Wizard driver") introduces a dependency on the non-existing config
IOMEM, which basically makes it impossible to include this driver into any
build. Fortunately, ./scripts/checkkconfigsymbols.py warns:

IOMEM
Referencing files: drivers/staging/clocking-wizard/Kconfig

The config for IOMEM support is called HAS_IOMEM. Correct this reference to
the intended config.

Fixes: 0a0a66c984b3 ("clk: staging: Specify IOMEM dependency for Xilinx Clocking Wizard driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210817105404.13146-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/staging/clocking-wizard/Kconfig