On 22.2.2016 14:42, Jean Delvare wrote:
> The Zynq FPGA manager driver serves no purpose on other architectures
> so hide it unless build-testing.
> 
> Signed-off-by: Jean Delvare <[email protected]>
> Cc: Alan Tull <[email protected]>
> Cc: Moritz Fischer <[email protected]>
> Cc: Michal Simek <[email protected]>
> Cc: "Sören Brinkmann" <[email protected]>
> ---
> Michal, Sören, I'm not sure if the driver is needed on ARCH_ZYNQMP too?
> 
>  drivers/fpga/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-4.5-rc5.orig/drivers/fpga/Kconfig   2016-01-11 00:01:32.000000000 
> +0100
> +++ linux-4.5-rc5/drivers/fpga/Kconfig        2016-02-22 14:11:33.142068843 
> +0100
> @@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
>  
>  config FPGA_MGR_ZYNQ_FPGA
>       tristate "Xilinx Zynq FPGA"
> +     depends on ARCH_ZYNQ || COMPILE_TEST
>       help
>         FPGA manager driver support for Xilinx Zynq FPGAs.
>  

This driver is zynq specific. ZynqMP will have different driver.
I have no problem to limit this driver just for Zynq.
Currently I am not aware about other usage without changes in the driver.

Thanks,
Michal

Reply via email to