* [PATCH] net: xgene_enet: Set hardware dependency
@ 2015-05-06 7:14 Jean Delvare
2015-05-09 20:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2015-05-06 7:14 UTC (permalink / raw)
To: netdev; +Cc: Iyappan Subramanian, Keyur Chudgar
The xgene_enet driver is only useful on X-Gene SoC.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Iyappan Subramanian <isubramanian@apm.com>
Cc: Keyur Chudgar <kchudgar@apm.com>
---
drivers/net/ethernet/apm/xgene/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-4.1-rc2.orig/drivers/net/ethernet/apm/xgene/Kconfig 2015-04-27 02:59:10.000000000 +0200
+++ linux-4.1-rc2/drivers/net/ethernet/apm/xgene/Kconfig 2015-05-06 09:09:49.084111852 +0200
@@ -1,6 +1,7 @@
config NET_XGENE
tristate "APM X-Gene SoC Ethernet Driver"
depends on HAS_DMA
+ depends on ARCH_XGENE || COMPILE_TEST
select PHYLIB
help
This is the Ethernet driver for the on-chip ethernet interface on the
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net: xgene_enet: Set hardware dependency
2015-05-06 7:14 [PATCH] net: xgene_enet: Set hardware dependency Jean Delvare
@ 2015-05-09 20:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-05-09 20:24 UTC (permalink / raw)
To: jdelvare; +Cc: netdev, isubramanian, kchudgar
From: Jean Delvare <jdelvare@suse.de>
Date: Wed, 6 May 2015 09:14:34 +0200
> The xgene_enet driver is only useful on X-Gene SoC.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-09 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 7:14 [PATCH] net: xgene_enet: Set hardware dependency Jean Delvare
2015-05-09 20:24 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox