Re: [PATCH] NET: pch_gbe depends on x86

2013-07-22 Thread David Miller
From: Jiri Slaby 
Date: Fri, 19 Jul 2013 08:26:09 +0200

> Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only
> when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 ||
> COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without
> depending on x86. Fix this by adding the same dependency here.
> 
> Signed-off-by: Jiri Slaby 
> Reported-by:  [intel's build test robot]

Applied, thanks.

Please use lowercase "net: " not uppercase "NET: " in your commit
subject lines.  I fixed it for you this time.

Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] NET: pch_gbe depends on x86

2013-07-22 Thread David Miller
From: Jiri Slaby jsl...@suse.cz
Date: Fri, 19 Jul 2013 08:26:09 +0200

 Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only
 when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 ||
 COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without
 depending on x86. Fix this by adding the same dependency here.
 
 Signed-off-by: Jiri Slaby jsl...@suse.cz
 Reported-by: fengguang...@intel.com [intel's build test robot]

Applied, thanks.

Please use lowercase net:  not uppercase NET:  in your commit
subject lines.  I fixed it for you this time.

Thank you.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] NET: pch_gbe depends on x86

2013-07-19 Thread Jiri Slaby
Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only
when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 ||
COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without
depending on x86. Fix this by adding the same dependency here.

Signed-off-by: Jiri Slaby 
Reported-by:  [intel's build test robot]
Cc: "David S. Miller" 
Cc: Ben Hutchings 
Cc: net...@vger.kernel.org
Cc: Greg Kroah-Hartman 
Cc: kbuild-...@01.org
---
 drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig 
b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
index cb22341..a588ffd 100644
--- a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
+++ b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
@@ -4,7 +4,7 @@
 
 config PCH_GBE
tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"
-   depends on PCI
+   depends on PCI && (X86 || COMPILE_TEST)
select MII
select PTP_1588_CLOCK_PCH
---help---
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] NET: pch_gbe depends on x86

2013-07-19 Thread Jiri Slaby
Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only
when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 ||
COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without
depending on x86. Fix this by adding the same dependency here.

Signed-off-by: Jiri Slaby jsl...@suse.cz
Reported-by: fengguang...@intel.com [intel's build test robot]
Cc: David S. Miller da...@davemloft.net
Cc: Ben Hutchings b...@decadent.org.uk
Cc: net...@vger.kernel.org
Cc: Greg Kroah-Hartman gre...@linuxfoundation.org
Cc: kbuild-...@01.org
---
 drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig 
b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
index cb22341..a588ffd 100644
--- a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
+++ b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
@@ -4,7 +4,7 @@
 
 config PCH_GBE
tristate OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE
-   depends on PCI
+   depends on PCI  (X86 || COMPILE_TEST)
select MII
select PTP_1588_CLOCK_PCH
---help---
-- 
1.8.3.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/