The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_FPGA_SHELL

Enable FPGA Shell

Type: bool

Help

Enable FPGA Shell support.

Direct dependencies

SHELL && FPGA && FPGA

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/fpga/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:124

Menu path: (Top) → Device Drivers → FPGA Drivers

config FPGA_SHELL
    bool "Enable FPGA Shell"
    depends on SHELL && FPGA && FPGA
    help
      Enable FPGA Shell support.

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