zephyr/drivers/fpga/Kconfig
Fin Maaß d18f4256ee drivers: fpga: fix log level
Use CONFIG_FPGA_LOG_LEVEL for the fpga
log modules.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2024-11-21 11:02:23 +00:00

36 lines
798 B
Text

# FPGA driver configuration options
# Copyright (c) 2021-2022 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
menuconfig FPGA
bool "Field-Programmable Gate Array (FPGA) drivers"
help
Enable support for FPGA drivers.
if FPGA
module = FPGA
module-str = fpga
source "subsys/logging/Kconfig.template.log_config"
config FPGA_INIT_PRIORITY
int "Init priority"
default 75
help
FPGA device drivers initialization priority
config FPGA_SHELL
bool "FPGA Shell"
depends on SHELL && FPGA
help
Enable FPGA Shell support.
source "drivers/fpga/Kconfig.altera_agilex_bridge"
source "drivers/fpga/Kconfig.eos_s3"
source "drivers/fpga/Kconfig.ice40"
source "drivers/fpga/Kconfig.mpfs"
source "drivers/fpga/Kconfig.zynqmp"
source "drivers/fpga/Kconfig.slg471x5"
endif # FPGA