summaryrefslogtreecommitdiff
path: root/drivers/fpga/Kconfig
diff options
context:
space:
mode:
authorAlexander Dahl <[email protected]>2022-07-21 15:31:22 +0200
committerMichal Simek <[email protected]>2022-07-26 08:39:43 +0200
commit8c09cb6f4dc5eda57d2e9e76ee8b0f4e2e340071 (patch)
tree855918270e4dd7c1897e7059716667fbfa379949 /drivers/fpga/Kconfig
parente8ffc1dfcb1b4a7465ae7ec2b45569f0f27ff501 (diff)
fpga: Convert SYS_FPGA_PROG_FEEDBACK to Kconfig
This converts the following to Kconfig: SYS_FPGA_PROG_FEEDBACK Signed-off-by: Alexander Dahl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r--drivers/fpga/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 78d9588e4b7..696ea92c6e9 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -97,4 +97,11 @@ config SYS_FPGA_CHECK_CTRLC
help
User can interrupt FPGA configuration by pressing CTRL+C.
+config SYS_FPGA_PROG_FEEDBACK
+ bool "Progress output during FPGA configuration"
+ depends on FPGA
+ default y if FPGA_VIRTEX2
+ help
+ Enable printing of hash marks during FPGA configuration.
+
endmenu