Skip to content

Commit f85c713

Browse files
committed
chore: Include new services in Kconfig
1 parent 9c083b1 commit f85c713

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

services/Kconfig

+12
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ menu "High level device drivers"
212212
config SERVICE_LCD_ST7586
213213
bool "ST7586 LCD driver"
214214
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
215223
endmenu
216224

217225
menu "Filesystem and memory management services"
@@ -404,6 +412,10 @@ menu "User interface services"
404412
config SERVICE_FB_CONSOLE
405413
bool "Simple text console on a framebuffer device"
406414
default n
415+
416+
config SERVICE_SENSOR_KEYPAD
417+
bool "Keypad using Sensor devices"
418+
default n
407419
endmenu
408420

409421
menu "Communication server/client services"

0 commit comments

Comments
 (0)