[linux-yocto] [PATCH 48/48] drivers/power: Support Axxia Resets

Daniel Dragomir daniel.dragomir at windriver.com
Mon Dec 11 05:14:18 PST 2017


From: John Jacques <john.jacques at intel.com>

When Axxia is defined, support resets.

Signed-off-by: John Jacques <john.jacques at intel.com>
---
 drivers/power/reset/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 42dacdc..6812ddc 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -48,6 +48,14 @@ config POWER_RESET_BRCMKONA
 	  Say Y here if you have a Broadcom Kona-based board and you wish
 	  to have restart support.
 
+config POWER_RESET_AXXIA
+	bool "Axxia reset driver"
+	depends on ARCH_AXXIA
+	help
+	  This driver supports restart for Axxia SoC.
+
+	  Say Y if you have an Axxia family SoC.
+
 if POWER_RESET_AXXIA
 config POWER_RESET_AXXIA_DDR_RETENTION
 	bool "Keep memory content"
-- 
2.7.4



More information about the linux-yocto mailing list