Re: [PATCH v8 01/15] octeontx2-af: Add Marvell OcteonTX2 RVU AF driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Oct 7, 2018 at 4:59 PM <sunil.kovvuri@xxxxxxxxx> wrote:

> --- /dev/null
> +++ b/drivers/net/ethernet/marvell/octeontx2/Kconfig
> @@ -0,0 +1,12 @@
> +#
> +# Marvell OcteonTX2 drivers configuration
> +#
> +
> +config OCTEONTX2_AF
> +       tristate "Marvell OcteonTX2 RVU Admin Function driver"
> +       depends on ARM64 && PCI

You should try to allow building it on x86 and other architectures, even though
the driver won't be used there this helps get reports from static
build infrastructure.
You could use e.g.

      depends on (64BIT && COMPILE_TEST) || ARM64
      depends on PCI

           Arnd



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux