aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/virtex2.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:29 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commitf00f676af6bcae0702efbac45b88c1b8b686d400 (patch)
treeea7961a8c9138089d0dd5780882924b5a7f40765 /drivers/fpga/virtex2.c
parent7ee2f977b7913ac7c1eda11051fe7401ab73ab89 (diff)
Convert CONFIG_SYS_FPGA_CHECK_BUSY to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FPGA_CHECK_BUSY Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/fpga/virtex2.c')
-rw-r--r--drivers/fpga/virtex2.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/fpga/virtex2.c b/drivers/fpga/virtex2.c
index 8871deaea6..ed2a4163f6 100644
--- a/drivers/fpga/virtex2.c
+++ b/drivers/fpga/virtex2.c
@@ -21,14 +21,11 @@
#include <linux/delay.h>
/*
- * If the SelectMap interface can be overrun by the processor, define
- * CONFIG_SYS_FPGA_CHECK_BUSY and/or CONFIG_FPGA_DELAY in the board
+ * If the SelectMap interface can be overrun by the processor, enable
+ * CONFIG_SYS_FPGA_CHECK_BUSY and/or define CONFIG_FPGA_DELAY in the board
* configuration file and add board-specific support for checking BUSY status.
* By default, assume that the SelectMap interface cannot be overrun.
*/
-#ifndef CONFIG_SYS_FPGA_CHECK_BUSY
-#undef CONFIG_SYS_FPGA_CHECK_BUSY
-#endif
#ifndef CONFIG_FPGA_DELAY
#define CONFIG_FPGA_DELAY()