[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1573241532-21554-3-git-send-email-eberman@codeaurora.org>
Date: Fri, 8 Nov 2019 11:32:12 -0800
From: Elliot Berman <eberman@...eaurora.org>
To: sre@...nel.org, tkjos@...gle.com
Cc: tsoni@...eaurora.org, rananta@...eaurora.org,
bjorn.andersson@...aro.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, Elliot Berman <eberman@...eaurora.org>
Subject: [PATCH 2/2] power: reset: Enable tristate on restart power-off driver
Since reboot_mode is an exported symbol, restart power-off driver can be
compiled as module.
Signed-off-by: Elliot Berman <eberman@...eaurora.org>
---
drivers/power/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index a564237..8db1d9d 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -150,7 +150,7 @@ config POWER_RESET_QNAP
Say Y if you have a QNAP NAS.
config POWER_RESET_RESTART
- bool "Restart power-off driver"
+ tristate "Restart power-off driver"
help
Some boards don't actually have the ability to power off.
Instead they restart, and u-boot holds the SoC until the
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists