Commit 52990390 authored by Philipp Zabel's avatar Philipp Zabel
Browse files

reset: starfive: select AUXILIARY_BUS



CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on'
with 'select'.

Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarHal Feng <hal.feng@starfivetech.com>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
Link: https://lore.kernel.org/r/20230502102050.1418417-1-p.zabel@pengutronix.de


Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent ac59ed9c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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