--- zzzz-none-000/linux-5.15.111/drivers/watchdog/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/drivers/watchdog/Kconfig 2024-02-07 09:28:03.000000000 +0000 @@ -3,6 +3,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" @@ -352,6 +356,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"