diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-11-09 12:07:59 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-11-09 12:44:23 +0100 |
commit | 9565bd9bd61f026effce7ebfe17d413d1adb032f (patch) | |
tree | 1ce62a5f61188de65d6b6d34f97940e2b88407ee /target/linux/bcm4908/config-5.10 | |
parent | 9a18bbec1f63468182e4d6216b595ff73f08b919 (diff) | |
download | upstream-9565bd9bd61f026effce7ebfe17d413d1adb032f.tar.gz upstream-9565bd9bd61f026effce7ebfe17d413d1adb032f.tar.bz2 upstream-9565bd9bd61f026effce7ebfe17d413d1adb032f.zip |
bcm4908: add watchdog support
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm4908/config-5.10')
-rw-r--r-- | target/linux/bcm4908/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.10 b/target/linux/bcm4908/config-5.10 index 7efb81f508..a6cb52b18c 100644 --- a/target/linux/bcm4908/config-5.10 +++ b/target/linux/bcm4908/config-5.10 @@ -36,6 +36,7 @@ CONFIG_B53=y # CONFIG_B53_SERDES is not set # CONFIG_B53_SRAB_DRIVER is not set CONFIG_BCM4908_ENET=y +CONFIG_BCM7038_WDT=y CONFIG_BCM7XXX_PHY=y CONFIG_BCM_NET_PHYLIB=y CONFIG_BCM_PMB=y @@ -204,6 +205,7 @@ CONFIG_UBIFS_FS=y CONFIG_UNMAP_KERNEL_AT_EL0=y CONFIG_USB_SUPPORT=y CONFIG_VMAP_STACK=y +CONFIG_WATCHDOG_CORE=y CONFIG_XPS=y CONFIG_XXHASH=y CONFIG_ZLIB_DEFLATE=y |