lkml.org 
[lkml]   [2023]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fpga: xilinx-pr-decoupler: select FPGA_BRIDGE for 'Xilinx LogiCORE PR Decoupler'
Date
The Xilinx LogiCORE PR Decoupler depends on the FPGA_BRIDGE always and
hence select it explicitly to make sure that it will be available all
the time when PR decoupler is enabled.

Signed-off-by: Nava kishore Manne <nava.kishore.manne@amd.com>
---
drivers/fpga/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 0a00763b9f28..71003f256c60 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -115,8 +115,8 @@ config ALTERA_FREEZE_BRIDGE

config XILINX_PR_DECOUPLER
tristate "Xilinx LogiCORE PR Decoupler"
- depends on FPGA_BRIDGE
depends on HAS_IOMEM
+ select FPGA_BRIDGE
help
Say Y to enable drivers for Xilinx LogiCORE PR Decoupler
or Xilinx Dynamic Function eXchange AIX Shutdown Manager.
--
2.25.1
\
 
 \ /
  Last update: 2023-03-27 13:51    [W:0.035 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site