:orphan: .. title:: CONFIG_SX9500 .. kconfig:: CONFIG_SX9500 CONFIG_SX9500 ############# *SX9500 I2C SAR Proximity Chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for SX9500 I2C-based SAR proximity sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:211`` 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.)*