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