diff mbox series

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

Message ID 1579954983-11329-18-git-send-email-amittomer25@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show
Series Actions S700 SoC support | expand

Commit Message

Amit Tomer Jan. 25, 2020, 12:22 p.m. UTC
This patch selects CONFIG_DM_RESET and CONFIG_GENERIC_RESET for Action Semi
owl soc.

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

Patch

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