Skip to content

Commit

Permalink
reset: starfive: select AUXILIARY_BUS
Browse files Browse the repository at this point in the history
CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on'
with 'select'.

Suggested-by: Arnd Bergmann <[email protected]>
Reviewed-by: Hal Feng <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Reviewed-by: Emil Renner Berthing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Zabel <[email protected]>
  • Loading branch information
pH5 committed May 8, 2023
1 parent ac59ed9 commit 5299039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/reset/starfive/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ config RESET_STARFIVE_JH7100

config RESET_STARFIVE_JH7110
bool "StarFive JH7110 Reset Driver"
depends on AUXILIARY_BUS && CLK_STARFIVE_JH7110_SYS
depends on CLK_STARFIVE_JH7110_SYS
select AUXILIARY_BUS
select RESET_STARFIVE_JH71X0
default ARCH_STARFIVE
help
Expand Down

0 comments on commit 5299039

Please sign in to comment.