aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga
diff options
context:
space:
mode:
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>2016-11-21 22:26:42 +0000
committerAlan Tull <atull@opensource.altera.com>2016-11-29 15:51:44 -0600
commita0e1b618585979bf2520a6a6e954a3bb56cd610b (patch)
tree326bf7900f781ae08ce671a82e3dce82188f5e15 /drivers/fpga
parentuio: pruss: add clk_disable() (diff)
downloadlinux-dev-a0e1b618585979bf2520a6a6e954a3bb56cd610b.tar.xz
linux-dev-a0e1b618585979bf2520a6a6e954a3bb56cd610b.zip
fpga: Add COMPILE_TEST to all drivers
Like Zynq the Altera drivers compile fine on x86 and others too, so make it easier to compile test this stuff. A10 requires REGMAP_MMIO to compile, so be explicit rather than relying on it via ARCH_SOCFPGA. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Acked-by: Alan Tull <atull@opensource.altera.com>
Diffstat (limited to 'drivers/fpga')
-rw-r--r--drivers/fpga/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 889e4c398304..ce861a2853a4 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -22,13 +22,14 @@ config FPGA_REGION
config FPGA_MGR_SOCFPGA
tristate "Altera SOCFPGA FPGA Manager"
- depends on ARCH_SOCFPGA
+ depends on ARCH_SOCFPGA || COMPILE_TEST
help
FPGA manager driver support for Altera SOCFPGA.
config FPGA_MGR_SOCFPGA_A10
tristate "Altera SoCFPGA Arria10"
- depends on ARCH_SOCFPGA
+ depends on ARCH_SOCFPGA || COMPILE_TEST
+ select REGMAP_MMIO
help
FPGA manager driver support for Altera Arria10 SoCFPGA.