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


Groups > linux.kernel > #1689771 > unrolled thread

[PATCH v2] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG

Started byKeiji Hayashibara <hayashibara.keiji@socionext.com>
First post2017-07-18 08:40 +0200
Last post2017-07-18 08:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-07-18 08:40 +0200

#1689771 — [PATCH v2] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG

FromKeiji Hayashibara <hayashibara.keiji@socionext.com>
Date2017-07-18 08:40 +0200
Subject[PATCH v2] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
Message-ID<u4ukP-7l9-37@gated-at.bofh.it>
Enable the watchdog driver for UniPhier SoC

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6c7d147..629c815 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -311,6 +311,7 @@ CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MESON_GXBB_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=m
 CONFIG_RENESAS_WDT=y
+CONFIG_UNIPHIER_WATCHDOG=y
 CONFIG_BCM2835_WDT=y
 CONFIG_MFD_CROS_EC=y
 CONFIG_MFD_CROS_EC_I2C=y
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web