diff options
author | Mathieu Malaterre <malat@debian.org> | 2017-09-15 15:17:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-10-09 08:53:57 -0400 |
commit | e7af4d14e234d2ca9cb84ca56a976537fac4fec2 (patch) | |
tree | 5928bca8b881b3d38ea0179cc10486cd9fa5984a | |
parent | ac4f59f88ae84874ac444c742e87b7bf98387e8f (diff) |
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>
-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 | |||
95 | CONFIG_GPIO_SYSFS=y | 95 | CONFIG_GPIO_SYSFS=y |
96 | CONFIG_GPIO_INGENIC=y | 96 | CONFIG_GPIO_INGENIC=y |
97 | # CONFIG_HWMON is not set | 97 | # CONFIG_HWMON is not set |
98 | CONFIG_WATCHDOG=y | ||
99 | CONFIG_JZ4740_WDT=y | ||
98 | CONFIG_REGULATOR=y | 100 | CONFIG_REGULATOR=y |
99 | CONFIG_REGULATOR_DEBUG=y | 101 | CONFIG_REGULATOR_DEBUG=y |
100 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 102 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |