The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_INTEL_ALH

Intel ALH driver

Type: bool

Help

Select this to enable Intel ALH driver.
The ALH is an intermediary device, which acts as a hub and provides an
abstracted support for numerous sound interfaces (e.g. SoundWire).

Direct dependencies

CAVS && SOF

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/intel/Kconfig:33

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:7/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/Kconfig:5

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Drivers

config INTEL_ALH
    bool "Intel ALH driver"
    default n
    depends on CAVS && SOF
    help
      Select this to enable Intel ALH driver.
      The ALH is an intermediary device, which acts as a hub and provides an
      abstracted support for numerous sound interfaces (e.g. SoundWire).

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