diff options
author | Randall Spangler <rspangler@chromium.org> | 2014-01-06 15:02:10 -0800 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-01-07 02:52:59 +0000 |
commit | 07fa71e7cce83229facab9de31fbb28868bec154 (patch) | |
tree | 48cc8c745d32f2a28c3a5ba6650f24b256af97c2 /include | |
parent | 9ccbedda19de14fbba47d5e4e97579f5b8573184 (diff) | |
download | chrome-ec-07fa71e7cce83229facab9de31fbb28868bec154.tar.gz |
rambi: Add config option for simplified USB power control
It will be used by all variants of Rambi, so #ifdef BOARD_RAMBI is too
restrictive.
BUG=chrome-os-partner:24864
BRANCH=rambi
TEST=boot rambi 1.5 board; plug in USB mouse
Change-Id: I0ff02077388a6c6621c5746a693dde894cf8ad77
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/181682
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index d4447ca6c9..4d4c908e01 100644 --- a/include/config.h +++ b/include/config.h @@ -734,6 +734,12 @@ */ #undef CONFIG_USB_PORT_POWER_SMART +/* + * Smart USB power control can use a full set of control signals to the USB + * port power chip, or a reduced set. If this is defined, use the reduced set. + */ +#undef CONFIG_USB_PORT_POWER_SMART_SIMPLE + /* Support the TSU6721 I2C smart switch */ #undef CONFIG_USB_SWITCH_TSU6721 |