diff options
author | Keiji Hayashibara <hayashibara.keiji@socionext.com> | 2017-07-18 09:38:10 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-15 19:02:44 +0300 |
commit | 6920c36d2b9525cd54b4537459a7183e4cbae457 (patch) | |
tree | 479dcde78d3e79de6c31997dfd2f90d122baafa1 /arch/arm64/configs | |
parent | 01d1cddb201682cd3280b581688306123973dfa4 (diff) | |
download | linux-6920c36d2b9525cd54b4537459a7183e4cbae457.tar.xz |
arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
Enable the watchdog driver for UniPhier SoC
Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d81fdbe40bf0..852f29654089 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -312,6 +312,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 |