omnia kernel: add watchdog

it's enabled by u-boot so we need at least this minimal capability
otherwise the system reboots after three minutes
pull/2/head
Daniel Barlow 2023-11-26 13:07:44 +00:00
parent bf9f264f0c
commit 76a370cc92
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@
OF_ADDRESS= "y";
OF_MDIO= "y";
WATCHDOG = "y"; # watchdog is enabled by u-boot
ORION_WATCHDOG = "y"; # so is non-optional to keep feeding
MVEBU_DEVBUS = "y"; # "Device Bus controller ... flash devices such as NOR, NAND, SRAM, and FPGA"
MVMDIO = "y";
MVNETA = "y";