CONFIG_FPGA_SHELL¶
Enable FPGA Shell
Type: bool
Help¶
Enable FPGA Shell support.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/fpga/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)