summaryrefslogtreecommitdiff
path: root/board/nautilus
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2018-10-19 15:34:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-10-30 01:04:57 -0700
commit09a5e0a9398a1ca9e953969d5c10d3b60cda8eac (patch)
tree609fd9dfbc271cf71513e52df5d4473749e87e70 /board/nautilus
parent23a82485cfd2e893fa147dd0fd877ff783316c8f (diff)
downloadchrome-ec-09a5e0a9398a1ca9e953969d5c10d3b60cda8eac.tar.gz
dptf: Get rid of CONFIG_DPTF_DEVICE_ORIENTATION
CONFIG_DPTF_DEVICE_ORIENTATION was added to indicate mode change to the host to allow it to read the tablet mode flag from shared EC memory and select the right DPTF table to load (if supported). However, this config seems unnecessary because of the following reasons: 1. Host sets SCI mask to indicate to the EC which events it wants to process. Thus, even if the EC sets mode change flag, it will not be notified to the host unless it supports mode change event. 2. Additionally, if host supports mode change event, but does not support multiple DPTF tables, then EC ACPI code takes care of ensuring that there is a thermal event handler present to reload tables. 3. CONFIG_DPTF_DEVICE_ORIENTATION was defined for almost all new x86 boards. BUG=b:117844490 BRANCH=None TEST=make -j buildall Change-Id: Ic4097ae047e2d559673a321da4df86514f902993 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/1292359 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Diffstat (limited to 'board/nautilus')
-rw-r--r--board/nautilus/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nautilus/board.h b/board/nautilus/board.h
index e37bc29196..f3c88a9540 100644
--- a/board/nautilus/board.h
+++ b/board/nautilus/board.h
@@ -21,7 +21,6 @@
#define CONFIG_BOARD_FORCE_RESET_PIN
#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL
#define CONFIG_DPTF
-#define CONFIG_DPTF_DEVICE_ORIENTATION
#define CONFIG_FLASH_SIZE 0x80000
#define CONFIG_FPU
#define CONFIG_I2C