• Andre Przywara's avatar
    net: xilinx: temac: Relax Kconfig dependencies · e8b6c54f
    Andre Przywara authored
    Similar to axienet, the temac driver is now architecture agnostic, and
    can be at least compiled for several architectures.
    Especially the fact that this is a soft IP for implementing in FPGAs
    makes the current restriction rather pointless, as it could literally
    appear on any architecture, as long as an FPGA is connected to the bus.
    
    The driver hasn't been actually tried on any hardware, it is just a
    drive-by patch when doing the same for axienet (a similar patch for
    axienet is already merged).
    
    This (temac and axienet) have been compile-tested for:
    alpha hppa64 microblaze mips64 powerpc powerpc64 riscv64 s390 sparc64
    (using kernel.org cross compilers).
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    Reviewed-by: default avatarRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    e8b6c54f
Kconfig 1.18 KB