:orphan: .. title:: USE_STM32_HAL_SPDIFRX .. option:: CONFIG_USE_STM32_HAL_SPDIFRX *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable STM32Cube SPDIF receiver interface (SPDIFRX) HAL module driver Direct dependencies =================== \ :option:`HAS_STM32CUBE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.stm32:443`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:30`` Menu path: (Top) → Modules .. parsed-literal:: config USE_STM32_HAL_SPDIFRX bool depends on \ :option:`HAS_STM32CUBE ` help Enable STM32Cube SPDIF receiver interface (SPDIFRX) HAL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*