diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-10-15 12:52:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-08-12 11:43:39 +0200 |
commit | b1db6d0539511f60bf65fbde28b16afa31180e34 (patch) | |
tree | f536cf119296e3a5f16fd5c5cc06037d606f1842 /target/linux/ramips/mt7621 | |
parent | 363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad (diff) | |
download | upstream-b1db6d0539511f60bf65fbde28b16afa31180e34.tar.gz upstream-b1db6d0539511f60bf65fbde28b16afa31180e34.tar.bz2 upstream-b1db6d0539511f60bf65fbde28b16afa31180e34.zip |
ramips: add preliminary support for SGE AP-MTKH7-0006 developer board
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-4.14 b/target/linux/ramips/mt7621/config-4.14 index a2c58e030b..61aadb3ee2 100644 --- a/target/linux/ramips/mt7621/config-4.14 +++ b/target/linux/ramips/mt7621/config-4.14 @@ -91,6 +91,8 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_MT7621=y # CONFIG_GPIO_RALINK is not set CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_WATCHDOG=y +CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y # CONFIG_GRO_CELLS is not set CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDWARE_WATCHPOINTS=y |