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 <Zephyr>/drivers/fpga/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/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.)