diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-11-19 13:51:11 -0800 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2013-11-21 22:21:56 +0000 |
commit | 34b94121c7095d29650c0d054c869eb2159eea8b (patch) | |
tree | f5127299fc0988a23dc3af1b1389771e6218c32e /include | |
parent | f7dba327a2b352babbd9d6bc2f6dbd2b3c02efdd (diff) | |
download | chrome-ec-34b94121c7095d29650c0d054c869eb2159eea8b.tar.gz |
Remove bolt, daisy, kirby, puppy, slippy boards
These boards are unloved and unsupported. They'll never grow up to be
laptops, and hardware is increasingly hard to come by.
Comparable functionality is available in the other, more-loved boards.
Removing these boards speeds up util/make_all.sh by 40%. (If you're
not running that before every upload, you should be...)
BUG=chrome-os-partner:24062
BRANCH=none
TEST=build all remaining platforms and pass unit tests
Change-Id: I4d8a49e4d52d7393471f1b1cbef059c8db4a4f77
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/177373
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 5 | ||||
-rw-r--r-- | include/module_id.h | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h index 0893f604c4..24cf8b5815 100644 --- a/include/config.h +++ b/include/config.h @@ -77,7 +77,7 @@ */ #undef CONFIG_BATTERY_BQ20Z453 /* BQ20Z453 battery used on some ARM laptops */ #undef CONFIG_BATTERY_BQ27541 /* BQ27541 battery */ -#undef CONFIG_BATTERY_LINK /* Battery used on Link, Bolt, etc. */ +#undef CONFIG_BATTERY_LINK /* Battery used on Link */ /* Compile mock battery support; used by tests. */ #undef CONFIG_BATTERY_MOCK @@ -330,9 +330,6 @@ /* Support detecting external power presence via a GPIO */ #undef CONFIG_EXTPOWER_GPIO -/* Support providing power to the device via USB on Kirby. */ -#undef CONFIG_EXTPOWER_KIRBY - /* * Support detecting external power presence via a pair of GPIOs, as used * on Snow. diff --git a/include/module_id.h b/include/module_id.h index 3094ecea7c..776761cfea 100644 --- a/include/module_id.h +++ b/include/module_id.h @@ -25,7 +25,6 @@ enum module_id { MODULE_I2C, MODULE_KEYBOARD, MODULE_KEYBOARD_SCAN, - MODULE_LED_KIRBY, MODULE_LIGHTBAR, MODULE_LPC, MODULE_PECI, |