summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index c6e151158e..002d509def 100644
--- a/include/config.h
+++ b/include/config.h
@@ -46,6 +46,13 @@
#undef CONFIG_ADC_CLOCK
/*
+ * Some ALS modules may be connected to the EC. We need the command, and
+ * specific drivers for each module.
+ */
+#undef CONFIG_ALS
+#undef CONFIG_ALS_ISL29035
+
+/*
* Support controlling the display backlight based on the state of the lid
* switch. The EC will disable the backlight when the lid is closed.
*/