diff options
author | Alexander Dahl | 2022-07-21 15:31:22 +0200 |
---|---|---|
committer | Michal Simek | 2022-07-26 08:39:43 +0200 |
commit | 8c09cb6f4dc5eda57d2e9e76ee8b0f4e2e340071 (patch) | |
tree | 855918270e4dd7c1897e7059716667fbfa379949 /drivers/fpga/spartan2.c | |
parent | e8ffc1dfcb1b4a7465ae7ec2b45569f0f27ff501 (diff) |
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>
Diffstat (limited to 'drivers/fpga/spartan2.c')
-rw-r--r-- | drivers/fpga/spartan2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/fpga/spartan2.c b/drivers/fpga/spartan2.c index 3435400e58b..fe37752210b 100644 --- a/drivers/fpga/spartan2.c +++ b/drivers/fpga/spartan2.c @@ -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). |