fpga: Convert SYS_FPGA_PROG_FEEDBACK to Kconfig
This converts the following to Kconfig: SYS_FPGA_PROG_FEEDBACK Signed-off-by: Alexander Dahl <ada@thorsis.com> Link: https://lore.kernel.org/r/20220721133122.32428-3-ada@thorsis.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
committed by
Michal Simek
parent
e8ffc1dfcb
commit
8c09cb6f4d
@@ -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
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#endif
|
||||
|
||||
#undef CONFIG_SYS_FPGA_CHECK_BUSY
|
||||
#undef CONFIG_SYS_FPGA_PROG_FEEDBACK
|
||||
|
||||
/* Note: The assumption is that we cannot possibly run fast enough to
|
||||
* overrun the device (the Slave Parallel mode can free run at 50MHz).
|
||||
|
||||
@@ -41,10 +41,6 @@
|
||||
#define CONFIG_FPGA_DELAY()
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_FPGA_PROG_FEEDBACK
|
||||
#define CONFIG_SYS_FPGA_PROG_FEEDBACK
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Check for errors during configuration by default
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user