summaryrefslogtreecommitdiff
path: root/baseboard/grunt/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/grunt/baseboard.h')
-rw-r--r--baseboard/grunt/baseboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/grunt/baseboard.h b/baseboard/grunt/baseboard.h
index ceff4d6e71..27d87091b2 100644
--- a/baseboard/grunt/baseboard.h
+++ b/baseboard/grunt/baseboard.h
@@ -185,11 +185,13 @@
/* Thermal */
#define CONFIG_TEMP_SENSOR_SB_TSI
+#ifndef VARIANT_GRUNT_NO_SENSORS
/* FIFO size is a power of 2. */
#define CONFIG_ACCEL_FIFO 256
/* Depends on how fast the AP boots and typical ODRs. */
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)
+#endif /* VARIANT_GRUNT_NO_SENSORS */
#define USB_PD_PORT_ANX74XX 0
#define USB_PD_PORT_PS8751 1