:orphan: .. title:: VCNL4040 .. option:: CONFIG_VCNL4040 *VCNL4040 Proximity and Ambient Light Sensor* Type: ``bool`` Help ==== Enable driver for VCNL4040 sensors. Direct dependencies =================== \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/vcnl4040/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:187`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig VCNL4040 bool "VCNL4040 Proximity and Ambient Light Sensor" depends on \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` help Enable driver for VCNL4040 sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*