From 90a6676ad531fd8c53e6398050f8093a921245fc Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 1 Oct 2013 14:29:45 -0700 Subject: cleanup: Move board-specific LED state machines to board dirs The LED state machine ends up being very board-specific, as does the specific configuration of LEDs and whether they're PWM'd or just GPIOs. dparker has some clever ideas for how to move more of the functionality to common/led_common.c (used at present only by peppy); that will be done as a follow-on to this CL. There's a unit test for the spring LED implementation. To keep that compiling, just use a symlink to the spring-specific implementation. No code changes; just moving around files. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all boards; pass unit tests Change-Id: I5973e701a29a72575db9a161dc146855ab21cca6 Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/171771 Reviewed-by: Bill Richardson --- include/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 4c69dd9577..7887c862e2 100644 --- a/include/config.h +++ b/include/config.h @@ -460,6 +460,9 @@ /*****************************************************************************/ +/* Compile support for common LED interface */ +#undef CONFIG_LED_COMMON + /* Compile support for LED driver chip(s) */ #undef CONFIG_LED_DRIVER_DS2413 /* Maxim DS2413, on one-wire interface */ #undef CONFIG_LED_DRIVER_LP5562 /* LP5562, on I2C interface */ -- cgit v1.2.1