--- zzzz-none-000/linux-4.9.279/drivers/watchdog/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/drivers/watchdog/Kconfig 2023-02-08 10:58:15.000000000 +0000 @@ -2,6 +2,10 @@ # # Watchdog device configuration # +# +# Includes Intel Corporation's changes/modifications dated: 2017, 2018. +# Changed/modified portions - Copyright (c) 2017-2018, Intel Corporation. +# menuconfig WATCHDOG bool "Watchdog Timer Support" @@ -206,6 +210,13 @@ # ALPHA Architecture # ARM Architecture +config ARM_AVALANCHE_WDTIMER + tristate "Avalanche Watch Dog Timer support" + depends on WATCHDOG && (MACH_PUMA5 || MACH_PUMA6 || MACH_PUMA7) + default y + help + Choose Y here if you wish to use the Avalanche Watch Dog Timer + facility. If unsure, choose Y. config ARM_SP805_WATCHDOG tristate "ARM SP805 Watchdog"