:orphan: .. title:: CONFIG_INA230 .. kconfig:: CONFIG_INA230 CONFIG_INA230 ############# *INA230* Type: ``bool`` Help ==== .. code-block:: none Enable driver for INA230/INA231. Direct dependencies =================== \ :kconfig:`INA23X ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/ina23x/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:117`` Menu path: (Top) → Device Drivers → Sensor Drivers → INA23X Current and Power Monitor .. code-block:: kconfig config INA230 bool "INA230" depends on INA23X && SENSOR help Enable driver for INA230/INA231. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*