mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
fpga: altera_freeze_bridge: remove restriction to socfpga
The Altera Freeze Bridge should not be restricted to ARCH_SOCFPGA since it can be used on other platforms such as Stratix10. Signed-off-by: Alan Tull <atull@kernel.org> Reviewed-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f1bd3a602c
commit
38cd7ad5bd
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ config SOCFPGA_FPGA_BRIDGE
|
|||
|
||||
config ALTERA_FREEZE_BRIDGE
|
||||
tristate "Altera FPGA Freeze Bridge"
|
||||
depends on ARCH_SOCFPGA && FPGA_BRIDGE
|
||||
depends on FPGA_BRIDGE && HAS_IOMEM
|
||||
help
|
||||
Say Y to enable drivers for Altera FPGA Freeze bridges. A
|
||||
freeze bridge is a bridge that exists in the FPGA fabric to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue