diff options
author | Nicolas Boichat <drinkcat@google.com> | 2017-02-22 16:46:53 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-03-01 09:31:27 -0800 |
commit | 3cdc5f55a445229612c4c751abb1cb3f3ae4d36d (patch) | |
tree | 1247ed7ecc0d92c8af141718f20342c6a3915974 | |
parent | bc819424626206be0cdafcb591c0c2fbdfb95642 (diff) | |
download | chrome-ec-3cdc5f55a445229612c4c751abb1cb3f3ae4d36d.tar.gz |
hammer: Enable USB suspend and remote wake-up config options
BRANCH=none
BUG=chrome-os-partner:62325
TEST=See CLs that enables USB suspend and remote wake-up option.
Change-Id: I424897028bca646edc927544a8d2f0cef306f8e7
Reviewed-on: https://chromium-review.googlesource.com/446241
Commit-Ready: Nicolas Boichat <drinkcat@chromium.org>
Tested-by: Nicolas Boichat <drinkcat@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r-- | board/hammer/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/hammer/board.h b/board/hammer/board.h index f011ce00d1..610c3727bd 100644 --- a/board/hammer/board.h +++ b/board/hammer/board.h @@ -37,6 +37,9 @@ #undef CONFIG_USB_MAXPOWER_MA #define CONFIG_USB_MAXPOWER_MA 100 +#define CONFIG_USB_REMOTE_WAKEUP +#define CONFIG_USB_SUSPEND + #define CONFIG_USB_SERIALNO /* TODO(drinkcat): Replace this by proper serial number. Note that according to * USB standard, we must either unset this (iSerialNumber = 0), or have a unique |