CONFIG_FPGA_SHELL
Enable FPGA Shell
Type: bool
Help
Enable FPGA Shell support.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Driver>/fpga/Kconfig:17
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <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.)