CONFIG_I2S_STM32_USE_PLLI2S_ENABLE

Enable usage of PLL

Type: bool

Help

Enable it if I2S clock should be provided by the PLLI2S. If not enabled the clock will be provided by HSI/HSE.

Direct dependencies

(I2S && BOARD_NUCLEO_F411RE) || (I2S && BOARD_96B_ARGONKEY) || (I2S && BOARD_96B_STM32_SENSOR_MEZ) || (I2S && BOARD_NUCLEO_F411RE) || (I2S_STM32 && I2S)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/shields/x_nucleo_iks02a1/boards/nucleo_f411re.defconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1<Zephyr>/boards/shields/x_nucleo_iks02a1/Kconfig.defconfig:5

Menu path: (Top)

config I2S_STM32_USE_PLLI2S_ENABLE
    bool
    default y
    depends on I2S && BOARD_NUCLEO_F411RE

At <Zephyr>/boards/arm/96b_argonkey/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_STM32_USE_PLLI2S_ENABLE
    bool
    default y
    depends on I2S && BOARD_96B_ARGONKEY

At <Zephyr>/boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2S_STM32_USE_PLLI2S_ENABLE
    bool
    default y
    depends on I2S && BOARD_96B_STM32_SENSOR_MEZ

At <Zephyr>/boards/shields/x_nucleo_iks02a1/boards/nucleo_f411re.defconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24<Zephyr>/boards/shields/x_nucleo_iks02a1/Kconfig.defconfig:5

Menu path: (Top)

config I2S_STM32_USE_PLLI2S_ENABLE
    bool
    default y
    depends on I2S && BOARD_NUCLEO_F411RE

At <Zephyr>/drivers/i2s/Kconfig.stm32:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:42<Zephyr>/drivers/i2s/Kconfig:28

Menu path: (Top) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver

config I2S_STM32_USE_PLLI2S_ENABLE
    bool "Enable usage of PLL"
    depends on I2S_STM32 && I2S
    help
      Enable it if I2S clock should be provided by the PLLI2S.
      If not enabled the clock will be provided by HSI/HSE.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)