:orphan: .. title:: SX9500 .. option:: CONFIG_SX9500 *SX9500 I2C SAR Proximity Chip* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/sensor/sx9500/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:177`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig SX9500 bool "SX9500 I2C SAR Proximity Chip" depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for SX9500 I2C-based SAR proximity sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*