Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1705585 > unrolled thread

[PATCH 3/5] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE

Started byGuodong Xu <guodong.xu@linaro.org>
First post2017-08-07 16:40 +0200
Last post2017-08-07 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/5] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE Guodong Xu <guodong.xu@linaro.org> - 2017-08-07 16:40 +0200

#1705585 — [PATCH 3/5] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE

FromGuodong Xu <guodong.xu@linaro.org>
Date2017-08-07 16:40 +0200
Subject[PATCH 3/5] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE
Message-ID<ubRmi-148-7@gated-at.bofh.it>
Enable CONFIG_SYSCON_REBOOT_MODE

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d752beb..f7081056 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -298,6 +298,7 @@ CONFIG_GPIO_MAX77620=y
 CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
+CONFIG_SYSCON_REBOOT_MODE=y
 CONFIG_BATTERY_BQ27XXX=y
 CONFIG_SENSORS_ARM_SCPI=y
 CONFIG_SENSORS_LM90=m
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web