summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/mrbland/board.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/board/mrbland/board.h b/board/mrbland/board.h
index 1c3a114a71..3d29ac3686 100644
--- a/board/mrbland/board.h
+++ b/board/mrbland/board.h
@@ -3,21 +3,13 @@
* found in the LICENSE file.
*/
-/* Homestar board configuration */
+/* Mrbland board configuration */
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
#include "baseboard.h"
-/* On-body detection */
-#define CONFIG_BODY_DETECTION
-#define CONFIG_BODY_DETECTION_SENSOR LID_ACCEL
-#define CONFIG_BODY_DETECTION_VAR_NOISE_FACTOR 150 /* % */
-#define CONFIG_GESTURE_DETECTION
-#define CONFIG_GESTURE_DETECTION_MASK BIT(CONFIG_BODY_DETECTION_SENSOR)
-#define CONFIG_GESTURE_HOST_DETECTION
-
/* TODO(waihong): Remove the following bringup features */
#define CONFIG_BRINGUP
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands. */