mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
ARCH_SOCFPGA is being renamed to ARCH_INTEL_SOCFPGA so adjust the 32-bit ARM drivers to rely on new symbol. Acked-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
5c03887268
commit
3a1fef70ff
@ -14,13 +14,13 @@ if FPGA
|
||||
|
||||
config FPGA_MGR_SOCFPGA
|
||||
tristate "Altera SOCFPGA FPGA Manager"
|
||||
depends on ARCH_SOCFPGA || COMPILE_TEST
|
||||
depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
|
||||
help
|
||||
FPGA manager driver support for Altera SOCFPGA.
|
||||
|
||||
config FPGA_MGR_SOCFPGA_A10
|
||||
tristate "Altera SoCFPGA Arria10"
|
||||
depends on ARCH_SOCFPGA || COMPILE_TEST
|
||||
depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
FPGA manager driver support for Altera Arria10 SoCFPGA.
|
||||
@ -99,7 +99,7 @@ config FPGA_BRIDGE
|
||||
|
||||
config SOCFPGA_FPGA_BRIDGE
|
||||
tristate "Altera SoCFPGA FPGA Bridges"
|
||||
depends on ARCH_SOCFPGA && FPGA_BRIDGE
|
||||
depends on ARCH_INTEL_SOCFPGA && FPGA_BRIDGE
|
||||
help
|
||||
Say Y to enable drivers for FPGA bridges for Altera SOCFPGA
|
||||
devices.
|
||||
|
Loading…
Reference in New Issue
Block a user