:orphan: .. title:: SX9500 .. option:: CONFIG_SX9500 *SX9500 I2C SAR Proximity Chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for SX9500 I2C-based SAR proximity sensor. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/sx9500/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:193`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig SX9500 bool "SX9500 I2C SAR Proximity Chip" depends on I2C && SENSOR help Enable driver for SX9500 I2C-based SAR proximity sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*