Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1729189
| From | Mathieu Malaterre <malat@debian.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] MIPS: Ci20: Enable watchdog driver |
| Date | 2017-09-08 20:40 +0200 |
| Message-ID | <unwm6-2eW-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Update the Ci20's defconfig to enable the JZ4740's watchdog driver. Signed-off-by: Mathieu Malaterre <malat@debian.org> --- arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index b42cfa7865f9..459b21e6278d 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -92,6 +92,8 @@ CONFIG_I2C=y CONFIG_I2C_JZ4780=y CONFIG_GPIO_SYSFS=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 -- 2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/3] MIPS: Ci20: Enable watchdog driver Mathieu Malaterre <malat@debian.org> - 2017-09-08 20:40 +0200
csiph-web