:orphan: .. title:: CONFIG_HAS_ALTERA_HAL .. kconfig:: CONFIG_HAS_ALTERA_HAL CONFIG_HAS_ALTERA_HAL ##################### *Altera HAL drivers support* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.altera:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:10`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_ALTERA_HAL bool "Altera HAL drivers support" depends on NIOS2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*