[PATCH v3 17/21] owl: Kconfig: Enable dm reset and generic reset

Amit Singh Tomar amittomer25 at gmail.com
Sat Jan 25 13:22:59 CET 2020


This patch selects CONFIG_DM_RESET and CONFIG_GENERIC_RESET for Action Semi
owl soc.

Signed-off-by: Amit Singh Tomar <amittomer25 at gmail.com>
---
Changes since v2:
        * Newly added patch, not there in v2/v1.
---
 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e6a9d32..42d0f26 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -885,10 +885,12 @@ config ARCH_OWL
 	bool "Actions Semi OWL SoCs"
 	select DM
 	select DM_SERIAL
+	select DM_RESET
 	select OWL_SERIAL
 	select CLK
 	select CLK_OWL
 	select OF_CONTROL
+	select GENERIC_RESET
 	imply CMD_DM
 
 config ARCH_QEMU
-- 
2.7.4



More information about the U-Boot mailing list