Remove unneeded USB_CHARGE_PORT_COUNT

This only needs to be defined if CONFIG_USB_CHARGE is defined (that
is, if the board has a USB charge controller.

(Note the difference between providing power over USB vs. receiving
power over USB; the names are confusing and I'll rename one of the two
imminently.)

BUG=chrome-os-partner:18343
BRANCH=none
TEST=build all platforms

Change-Id: I7355b4248bb2d4f5f71cc9f8d9d8f9d6c0069f2b
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/47658
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Randall Spangler
2013-04-09 09:32:40 -07:00
committed by ChromeBot
parent a649f52d5f
commit a1c99c7228
4 changed files with 0 additions and 8 deletions

View File

@@ -44,8 +44,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
#define USB_CHARGE_PORT_COUNT 0
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_B, GPIO_C

View File

@@ -38,8 +38,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL)
#define USB_CHARGE_PORT_COUNT 0
/* Keyboard output ports */
#define KB_OUT_PORT_LIST GPIO_C

View File

@@ -48,8 +48,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
#define USB_CHARGE_PORT_COUNT 0
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_A, GPIO_B, GPIO_C

View File

@@ -46,8 +46,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
#define USB_CHARGE_PORT_COUNT 0
/* Keyboard output ports */
#define KB_OUT_PORT_LIST GPIO_B, GPIO_C