mirror of https://gitee.com/openkylin/linux.git
net: calxedaxgmac: fix driver dependencies
Calxeda 1G/10G XGMAC Ethernet support should be available only on Calxeda ECX-1000/2000 (Highbank/Midway) platforms. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f6ec9c335b
commit
c24f337968
|
@ -1,6 +1,7 @@
|
||||||
config NET_CALXEDA_XGMAC
|
config NET_CALXEDA_XGMAC
|
||||||
tristate "Calxeda 1G/10G XGMAC Ethernet driver"
|
tristate "Calxeda 1G/10G XGMAC Ethernet driver"
|
||||||
depends on HAS_IOMEM && HAS_DMA
|
depends on HAS_IOMEM && HAS_DMA
|
||||||
|
depends on ARCH_HIGHBANK || COMPILE_TEST
|
||||||
select CRC32
|
select CRC32
|
||||||
help
|
help
|
||||||
This is the driver for the XGMAC Ethernet IP block found on Calxeda
|
This is the driver for the XGMAC Ethernet IP block found on Calxeda
|
||||||
|
|
Loading…
Reference in New Issue