:orphan: .. title:: CONFIG_USE_STM32_LL_I2C .. kconfig:: CONFIG_USE_STM32_LL_I2C CONFIG_USE_STM32_LL_I2C ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable STM32Cube Inter-integrated circuit (I2C) interface LL module driver Direct dependencies =================== \ :kconfig:`HAS_STM32CUBE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`I2C_STM32_V1 ` - \ :kconfig:`I2C_STM32_V2 ` Kconfig definition ================== At ``/Kconfig.stm32:601`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:27`` Menu path: (Top) → Modules .. code-block:: kconfig config USE_STM32_LL_I2C bool depends on HAS_STM32CUBE help Enable STM32Cube Inter-integrated circuit (I2C) interface LL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*