aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/asus/kfsn4-dre/Kconfig4
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/Kconfig4
-rw-r--r--src/mainboard/asus/kgpe-d16/Kconfig4
3 files changed, 12 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
diff --git a/src/mainboard/asus/kfsn4-dre_k8/Kconfig b/src/mainboard/asus/kfsn4-dre_k8/Kconfig
index 39d530bfb0..2b345ff2d8 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/Kconfig
+++ b/src/mainboard/asus/kfsn4-dre_k8/Kconfig
@@ -98,4 +98,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
bool
default y
+config MAX_REBOOT_CNT
+ int
+ default 10
+
endif # BOARD_ASUS_KFSN4_DRE_K8
diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig
index f5ff81cbb8..29061ca197 100644
--- a/src/mainboard/asus/kgpe-d16/Kconfig
+++ b/src/mainboard/asus/kgpe-d16/Kconfig
@@ -88,4 +88,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
bool
default y
+config MAX_REBOOT_CNT
+ int
+ default 10
+
endif # BOARD_ASUS_KGPE_D16