summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorNamyoon Woo <namyoon@google.com>2020-03-13 10:58:16 -0700
committerCommit Bot <commit-bot@chromium.org>2020-03-13 22:50:11 +0000
commita89c0928fd0339d12645d6c15f2b3010b1429977 (patch)
treebc307ccba8ee1d56057792be42905dbeb073e0b0 /include/config.h
parent708277bd1ebb5d9a4dccc875708c3d5018eebd8f (diff)
downloadchrome-ec-a89c0928fd0339d12645d6c15f2b3010b1429977.tar.gz
remove CONFIG_USB_HID_KEYBOARD and CONFIG_USB_UPDATE
This path removes CONFIG_USB_HID_KEYBOARD support and CONFIG_USB_UPDATE support because they are not used in any cr5X board configuration. Ths patch also removes some subsidiary configs as upload hook script guides. > CONFIG_USB_PAIRING > CONFIG_TOUCHPAD_VIRTUAL_OFF > CONFIG_USB_CONSOLE_READ BUG=none BRANCH=cr50 TEST=make buildall Signed-off-by: Namyoon Woo <namyoon@google.com> Change-Id: Iafa553fdf58772744b1d9a5c7f5460f42264f468 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2103045 Tested-by: Namyoon Woo <namyoon@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/config.h b/include/config.h
index bc51beb4a6..00ea17e4fd 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3566,7 +3566,6 @@
* Enable touchpad FW update over USB update protocol, and define touchpad
* virtual address and size.
*/
-#undef CONFIG_TOUCHPAD_VIRTUAL_OFF
#undef CONFIG_TOUCHPAD_VIRTUAL_SIZE
/*
@@ -4064,12 +4063,6 @@
/* Support USB HID interface. */
#undef CONFIG_USB_HID
-/* Support USB HID keyboard interface. */
-#undef CONFIG_USB_HID_KEYBOARD
-
-/* Support USB HID keyboard backlight. */
-#undef CONFIG_USB_HID_KEYBOARD_BACKLIGHT
-
/* Support USB HID touchpad interface. */
#undef CONFIG_USB_HID_TOUCHPAD
@@ -4332,14 +4325,6 @@
/* Firmware updates using other than HC channel(s). */
#undef CONFIG_NON_HC_FW_UPDATE
#undef CONFIG_USB_FW_UPDATE
-/* A different config for the same update. TODO(vbendeb): dedupe these */
-#undef CONFIG_USB_UPDATE
-
-/* Add support for pairing over the USB update interface. */
-#undef CONFIG_USB_PAIRING
-
-/* Add support for reading UART buffer from USB update interface. */
-#undef CONFIG_USB_CONSOLE_READ
/* PDU size for fw update over USB (or TPM). */
#define CONFIG_UPDATE_PDU_SIZE 1024