Skip to content

Commit afb39e2

Browse files
committed
reset: mpfs: select AUXILIARY_BUS
CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on' with 'select'. Cc: Daire McNamara <daire.mcnamara@microchip.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20230502102041.1418397-1-p.zabel@pengutronix.de Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 5299039 commit afb39e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/reset/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ config RESET_PISTACHIO
151151

152152
config RESET_POLARFIRE_SOC
153153
bool "Microchip PolarFire SoC (MPFS) Reset Driver"
154-
depends on AUXILIARY_BUS && MCHP_CLK_MPFS
154+
depends on MCHP_CLK_MPFS
155+
select AUXILIARY_BUS
155156
default MCHP_CLK_MPFS
156157
help
157158
This driver supports peripheral reset for the Microchip PolarFire SoC

0 commit comments

Comments
 (0)