:orphan: .. title:: CONFIG_FPGA .. kconfig:: CONFIG_FPGA CONFIG_FPGA ########### *FPGA Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable support for FPGA drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fpga/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:124`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig FPGA bool "FPGA Drivers" help Enable support for FPGA drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*