From: Philipp Zabel Date: Tue, 2 May 2023 10:20:41 +0000 (+0200) Subject: reset: mpfs: select AUXILIARY_BUS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afb39e2bd36af1d80913bb6851caece829526217;p=linux.git reset: mpfs: select AUXILIARY_BUS CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on' with 'select'. Cc: Daire McNamara Suggested-by: Arnd Bergmann Reviewed-by: Conor Dooley Reviewed-by: Arnd Bergmann Link: https://lore.kernel.org/r/20230502102041.1418397-1-p.zabel@pengutronix.de Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index b31ccee234e17..010f7b2c527cf 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -151,7 +151,8 @@ config RESET_PISTACHIO config RESET_POLARFIRE_SOC bool "Microchip PolarFire SoC (MPFS) Reset Driver" - depends on AUXILIARY_BUS && MCHP_CLK_MPFS + depends on MCHP_CLK_MPFS + select AUXILIARY_BUS default MCHP_CLK_MPFS help This driver supports peripheral reset for the Microchip PolarFire SoC