summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/chell/board.h2
-rw-r--r--board/glados/board.h2
-rw-r--r--board/kevin/board.h2
-rw-r--r--board/kunimitsu/board.h2
-rw-r--r--board/lars/board.h2
-rw-r--r--board/oak/board.h2
-rw-r--r--board/samus_pd/board.h2
-rw-r--r--board/strago/board.h2
-rw-r--r--board/wheatley/board.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/board/chell/board.h b/board/chell/board.h
index 1f735d155e..02eacf5c9e 100644
--- a/board/chell/board.h
+++ b/board/chell/board.h
@@ -136,7 +136,7 @@
#undef CONFIG_CONSOLE_CMDHELP
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 15
+#define DEFERRABLE_MAX_COUNT 16
#ifndef __ASSEMBLER__
diff --git a/board/glados/board.h b/board/glados/board.h
index c1891cb0d9..b10d6238ea 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -145,7 +145,7 @@
#undef CONFIG_CONSOLE_CMDHELP
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 16
+#define DEFERRABLE_MAX_COUNT 17
#ifndef __ASSEMBLER__
diff --git a/board/kevin/board.h b/board/kevin/board.h
index 824e17396c..4828aed902 100644
--- a/board/kevin/board.h
+++ b/board/kevin/board.h
@@ -88,7 +88,7 @@
#undef CONFIG_LOW_POWER_IDLE /* Deep Sleep Support */
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 9
+#define DEFERRABLE_MAX_COUNT 10
#define I2C_PORT_TCPC0 NPCX_I2C_PORT0_0
#define I2C_PORT_TCPC1 NPCX_I2C_PORT0_1
diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h
index 126ce385e9..e3ac065e21 100644
--- a/board/kunimitsu/board.h
+++ b/board/kunimitsu/board.h
@@ -134,7 +134,7 @@
#define I2C_PORT_USB_CHARGER_2 MEC1322_I2C0_0
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 16
+#define DEFERRABLE_MAX_COUNT 17
#define CONFIG_ALS
#define CONFIG_ALS_OPT3001
diff --git a/board/lars/board.h b/board/lars/board.h
index 04b4f7b74f..6b8c72e67d 100644
--- a/board/lars/board.h
+++ b/board/lars/board.h
@@ -129,7 +129,7 @@
#define I2C_PORT_THERMAL MEC1322_I2C3
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 14
+#define DEFERRABLE_MAX_COUNT 15
/* Modules we want to exclude */
#undef CONFIG_CMD_ACCEL_INFO
diff --git a/board/oak/board.h b/board/oak/board.h
index 6e044b8f88..5905d3aa0d 100644
--- a/board/oak/board.h
+++ b/board/oak/board.h
@@ -119,7 +119,7 @@
#undef CONFIG_UART_RX_DMA
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 12
+#define DEFERRABLE_MAX_COUNT 13
/*
* Allow dangerous commands.
diff --git a/board/samus_pd/board.h b/board/samus_pd/board.h
index a7c5a5e1bb..a1f34546e5 100644
--- a/board/samus_pd/board.h
+++ b/board/samus_pd/board.h
@@ -91,7 +91,7 @@
/* Maximum number of deferrable functions */
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 9
+#define DEFERRABLE_MAX_COUNT 10
#ifndef __ASSEMBLER__
diff --git a/board/strago/board.h b/board/strago/board.h
index 77f26afdb3..f16126d979 100644
--- a/board/strago/board.h
+++ b/board/strago/board.h
@@ -91,7 +91,7 @@
#define CONFIG_BUTTON_COUNT 2
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 12
+#define DEFERRABLE_MAX_COUNT 13
#define CONFIG_ADC
diff --git a/board/wheatley/board.h b/board/wheatley/board.h
index a98aae6b3c..6b3c6462a7 100644
--- a/board/wheatley/board.h
+++ b/board/wheatley/board.h
@@ -147,7 +147,7 @@
#undef CONFIG_CONSOLE_CMDHELP
#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 14
+#define DEFERRABLE_MAX_COUNT 15
#ifndef __ASSEMBLER__