Skip to content

Commit 5299039

Browse files
committed
reset: starfive: select AUXILIARY_BUS
CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on' with 'select'. Suggested-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Hal Feng <hal.feng@starfivetech.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Link: https://lore.kernel.org/r/20230502102050.1418417-1-p.zabel@pengutronix.de Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent ac59ed9 commit 5299039

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/reset/starfive/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ config RESET_STARFIVE_JH7100
1313

1414
config RESET_STARFIVE_JH7110
1515
bool "StarFive JH7110 Reset Driver"
16-
depends on AUXILIARY_BUS && CLK_STARFIVE_JH7110_SYS
16+
depends on CLK_STARFIVE_JH7110_SYS
17+
select AUXILIARY_BUS
1718
select RESET_STARFIVE_JH71X0
1819
default ARCH_STARFIVE
1920
help

0 commit comments

Comments
 (0)