:orphan: .. title:: CONFIG_ADXL372_I2C .. kconfig:: CONFIG_ADXL372_I2C CONFIG_ADXL372_I2C ################## *I2C Interface* Type: ``bool`` Direct dependencies =================== \ :kconfig:`I2C ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/drivers/sensor/adxl372/Kconfig:19`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:40`` → ``/drivers/Kconfig:62`` → ``/drivers/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer → Interface type .. code-block:: kconfig config ADXL372_I2C bool "I2C Interface" depends on I2C && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*