diff options
author | Mathieu Malaterre <malat@debian.org> | 2017-09-15 21:17:54 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-10-09 14:53:57 +0200 |
commit | e7af4d14e234d2ca9cb84ca56a976537fac4fec2 (patch) | |
tree | 5928bca8b881b3d38ea0179cc10486cd9fa5984a /arch/mips/configs/ci20_defconfig | |
parent | MIPS: Remove unused variable 'lastpfn' (diff) | |
download | linux-e7af4d14e234d2ca9cb84ca56a976537fac4fec2.tar.xz linux-e7af4d14e234d2ca9cb84ca56a976537fac4fec2.zip |
MIPS: Ci20: Enable watchdog driver
Update the Ci20's defconfig to enable the JZ4740's watchdog driver.
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17290/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/ci20_defconfig')
-rw-r--r-- | arch/mips/configs/ci20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index a1a1f797ba2e..b5f4ad8f2c45 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -95,6 +95,8 @@ CONFIG_I2C_JZ4780=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_INGENIC=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y +CONFIG_JZ4740_WDT=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y CONFIG_REGULATOR_FIXED_VOLTAGE=y |