Commit f85c713 1 parent 9c083b1 commit f85c713 Copy full SHA for f85c713
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,14 @@ menu "High level device drivers"
212
212
config SERVICE_LCD_ST7586
213
213
bool "ST7586 LCD driver"
214
214
default n
215
+
216
+ config SERVICE_ALS_VCNL4035
217
+ bool "VCNL4035 ALS/proximity sensor"
218
+ default n
219
+
220
+ config SERVICE_ADC_LDC1X1X
221
+ bool "LDC1312, LDC1314 Multi-Channel 12-Bit Inductance to Digital Converter driver"
222
+ default n
215
223
endmenu
216
224
217
225
menu "Filesystem and memory management services"
@@ -404,6 +412,10 @@ menu "User interface services"
404
412
config SERVICE_FB_CONSOLE
405
413
bool "Simple text console on a framebuffer device"
406
414
default n
415
+
416
+ config SERVICE_SENSOR_KEYPAD
417
+ bool "Keypad using Sensor devices"
418
+ default n
407
419
endmenu
408
420
409
421
menu "Communication server/client services"
You can’t perform that action at this time.
0 commit comments