mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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>
This commit is contained in:
parent
ac59ed9cdb
commit
52990390f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user