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
This commit is contained in:
parent
bf9f264f0c
commit
76a370cc92
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue