:orphan: .. title:: CONFIG_FPGA_SHELL .. kconfig:: CONFIG_FPGA_SHELL CONFIG_FPGA_SHELL ################# *Enable FPGA Shell* Type: ``bool`` Help ==== .. code-block:: none Enable FPGA Shell support. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`FPGA ` && \ :kconfig:`FPGA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fpga/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:124`` Menu path: (Top) → Device Drivers → FPGA Drivers .. code-block:: kconfig 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.)*