[PATCH v3 19/81] rockchip: Add a Kconfig for SPL_RESET_ROCKCHIP
Simon Glass
sjg at chromium.org
Mon Feb 6 20:04:47 CET 2023
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
drivers/reset/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index e4039d74744..e2affe20e34 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -99,6 +99,10 @@ config RESET_ROCKCHIP
though is that some reset signals, like I2C or MISC reset multiple
devices.
+config SPL_RESET_ROCKCHIP
+ def_bool n # Reset controller driver for Rockchip SoCs (SPL)
+ depends on SPL_DM_RESET && ARCH_ROCKCHIP && SPL_CLK
+
config RESET_HSDK
bool "Synopsys HSDK Reset Driver"
depends on DM_RESET && TARGET_HSDK
--
2.39.1.519.gcb327c4b5f-goog
More information about the U-Boot
mailing list