diff options
author | Kien Truong <duckientruong@gmail.com> | 2022-10-03 18:51:40 +0700 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2022-12-04 15:21:12 +0800 |
commit | d11d93b9ae8cd59e9f8ea09b7f125a2f9569846c (patch) | |
tree | 89026902d99f930c82c6867e4f561d2b7d822868 /target/linux/rockchip | |
parent | 97c77fff28cf001399f33c7bc1ec6687ba18450b (diff) | |
download | upstream-d11d93b9ae8cd59e9f8ea09b7f125a2f9569846c.tar.gz upstream-d11d93b9ae8cd59e9f8ea09b7f125a2f9569846c.tar.bz2 upstream-d11d93b9ae8cd59e9f8ea09b7f125a2f9569846c.zip |
rockchip: enable watchdog driver
Enable Synopsys DesignWare watchdog driver for rockchip device
Tested on NanoPi R2S
Signed-off-by: Kien Truong <duckientruong@gmail.com>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.15 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rockchip/armv8/config-5.15 b/target/linux/rockchip/armv8/config-5.15 index 371d06d164..39802ee728 100644 --- a/target/linux/rockchip/armv8/config-5.15 +++ b/target/linux/rockchip/armv8/config-5.15 @@ -191,6 +191,7 @@ CONFIG_DUMMY_CONSOLE=y CONFIG_DWMAC_DWC_QOS_ETH=y CONFIG_DWMAC_GENERIC=y CONFIG_DWMAC_ROCKCHIP=y +CONFIG_DW_WATCHDOG=y CONFIG_EDAC_SUPPORT=y CONFIG_EEPROM_AT24=y CONFIG_EMAC_ROCKCHIP=y @@ -639,7 +640,7 @@ CONFIG_VM_EVENT_COUNTERS=y CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y -# CONFIG_WATCHDOG is not set +CONFIG_WATCHDOG_CORE=y CONFIG_XARRAY_MULTI=y CONFIG_XPS=y CONFIG_XXHASH=y |