Skip to content

Commit 0ee5ef9

Browse files
necipfazilgregkh
authored andcommitted
arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER
[ Upstream commit 63bcf87 ] When ARC_SOC_HSDK is enabled and RESET_CONTROLLER is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for RESET_HSDK Depends on [n]: RESET_CONTROLLER [=n] && HAS_IOMEM [=y] && (ARC_SOC_HSDK [=y] || COMPILE_TEST [=n]) Selected by [y]: - ARC_SOC_HSDK [=y] && ISA_ARCV2 [=y] The reason is that ARC_SOC_HSDK selects RESET_HSDK without depending on or selecting RESET_CONTROLLER while RESET_HSDK is subordinate to RESET_CONTROLLER. Honor the kconfig menu hierarchy to remove kconfig dependency warnings. Fixes: a528629 ("ARC: [plat-hsdk] select CONFIG_RESET_HSDK from Kconfig") Signed-off-by: Necip Fazil Yildiran <fazilyildiran@gmail.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e22702d commit 0ee5ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arc/plat-hsdk/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ menuconfig ARC_SOC_HSDK
88
select ARC_HAS_ACCL_REGS
99
select ARC_IRQ_NO_AUTOSAVE
1010
select CLK_HSDK
11+
select RESET_CONTROLLER
1112
select RESET_HSDK
1213
select HAVE_PCI

0 commit comments

Comments
 (0)