diff options
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre/Kconfig')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 28b5dcd201..5e455e07a8 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -93,4 +93,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y +config MAX_REBOOT_CNT + int + default 10 + endif # BOARD_ASUS_KFSN4_DRE |