From afb39e2bd36af1d80913bb6851caece829526217 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Tue, 2 May 2023 12:20:41 +0200
Subject: 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
---
drivers/reset/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'drivers/reset')
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index b31ccee234e1..010f7b2c527c 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
--
cgit v1.2.3