summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-12-22 07:14:58 +1100
committerCommit Bot <commit-bot@chromium.org>2020-12-22 21:02:10 +0000
commit5e1a54f157554153973bc9422b3fe1d90aa1c8a5 (patch)
tree354513a5e6c8f042df3c02e3b9822ab8a4f2ea0f /include/config.h
parentbb7439ef0cc49f052239cc89e34e50e08d32241c (diff)
downloadchrome-ec-5e1a54f157554153973bc9422b3fe1d90aa1c8a5.tar.gz
coil: remove unused btle
Some of the btle files use words we are removing from coil. They're not used by cr50, so this change removes the files BUG=b:175244613 TEST=make buildall -j ; grep -ri btle ; find -name btle* Change-Id: If746eaa34e4fa8fefeb2230a6114ee248d38d542 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600298 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/config.h b/include/config.h
index 651a98c8c0..3c57bb1487 100644
--- a/include/config.h
+++ b/include/config.h
@@ -594,15 +594,6 @@
*/
#undef CONFIG_CHARGE_STATE_DEBUG
-/* Include support for Bluetooth LE */
-#undef CONFIG_BLUETOOTH_LE
-
-/* Include support for testing the radio for Bluetooth LE */
-#undef CONFIG_BLUETOOTH_LE_RADIO_TEST
-
-/* Include support for the HCI and link layers for Bluetooth LE */
-#undef CONFIG_BLUETOOTH_LE_STACK
-
/* Include debugging support for the Bluetooth link layer */
#undef CONFIG_BLUETOOTH_LL_DEBUG