summaryrefslogtreecommitdiff
path: root/board/spring/board.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-03 11:52:21 -0700
committerChromeBot <chrome-bot@google.com>2013-07-08 11:30:38 -0700
commite6ad2a6ab5c545c0cf9ec2b1f4d59765a5eeeb69 (patch)
tree047c534623fbcbf5781414cc87ff135906b888ae /board/spring/board.h
parent6321de981146d2da32466c0aa335a89e85aba521 (diff)
downloadchrome-ec-e6ad2a6ab5c545c0cf9ec2b1f4d59765a5eeeb69.tar.gz
Rename files in common/ to be more consistent
This gets rid of mystery files like "ir357x" and "lp5562". All chip names are now prefixed with their module type (e.g. "chipset_", "led_driver_", etc.) No functional changes; renaming files and CONFIG constants only. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I3227fb0f6b0243bb08a13577cdb0f6def0e15d54 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/60922
Diffstat (limited to 'board/spring/board.h')
-rw-r--r--board/spring/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/spring/board.h b/board/spring/board.h
index 4938c90a72..7c2693adf2 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -38,13 +38,13 @@
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_LID_SWITCH
#define CONFIG_LOW_POWER_IDLE /* Use STOP mode when we have nothing to do */
-#define CONFIG_LP5562
+#define CONFIG_LED_DRIVER_LP5562
#define CONFIG_PMU_BOARD_INIT
#define CONFIG_PMU_FORCE_FET /* Always enable 3G modem power rail */
#define CONFIG_PMU_HARD_RESET
#define CONFIG_PMU_TPS65090
#define CONFIG_SMART_BATTERY
-#define CONFIG_TSU6721
+#define CONFIG_USB_SWITCH_TSU6721
#ifndef __ASSEMBLER__