[PATCH 1/3] fpga: Convert SYS_FPGA_CHECK_CTRLC to Kconfig
Alexander Dahl
ada at thorsis.com
Wed Jun 29 09:14:25 CEST 2022
After commit 8cca60a2cbf2 ("Kconfig: Remove some symbols from the
whitelist") downstream builds failed for boards setting this in
include/configs/…
Two FPGA drivers consider this definition.
Signed-off-by: Alexander Dahl <ada at thorsis.com>
---
README | 3 ---
drivers/fpga/Kconfig | 4 ++++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README b/README
index b7ab6e5070..3bf7c9dd4e 100644
--- a/README
+++ b/README
@@ -1418,9 +1418,6 @@ The following options need to be configured:
If defined, a function that provides delays in the FPGA
configuration driver.
- CONFIG_SYS_FPGA_CHECK_CTRLC
- Allow Control-C to interrupt FPGA configuration
-
CONFIG_SYS_FPGA_CHECK_ERROR
Check for configuration errors during FPGA bitfile
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index dc0b3dd31b..ac5641c75a 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -85,4 +85,8 @@ config FPGA_ZYNQPL
Enable FPGA driver for loading bitstream in BIT and BIN format
on Xilinx Zynq devices.
+config SYS_FPGA_CHECK_CTRLC
+ bool "Allow Control-C to interrupt FPGA configuration"
+ depends on FPGA
+
endmenu
base-commit: 568a226f87655fd5339514f66413c2ad72f65d6f
--
2.30.2
More information about the U-Boot
mailing list