projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0808a29
)
drivers: net: phy: mdio-xgene: Add hardware dependency
author
Jean Delvare
<
[email protected]
>
Thu, 8 Sep 2016 14:25:15 +0000
(16:25 +0200)
committer
David S. Miller
<
[email protected]
>
Sat, 10 Sep 2016 02:29:40 +0000
(19:29 -0700)
The mdio-xgene driver is only useful on X-Gene SoC.
Signed-off-by: Jean Delvare <
[email protected]
>
Cc: Iyappan Subramanian <
[email protected]
>
Cc: David S. Miller <
[email protected]
>
Acked-by: Iyappan Subramanian <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/phy/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/phy/Kconfig
b/drivers/net/phy/Kconfig
index 47a64342cc16a50b24a7db69c073b886874a05bf..b4863e4e522b3bb3c927a0f845ca5941edf09de8 100644
(file)
--- a/
drivers/net/phy/Kconfig
+++ b/
drivers/net/phy/Kconfig
@@
-303,6
+303,7
@@
config MDIO_HISI_FEMAC
config MDIO_XGENE
tristate "APM X-Gene SoC MDIO bus controller"
+ depends on ARCH_XGENE || COMPILE_TEST
help
This module provides a driver for the MDIO busses found in the
APM X-Gene SoC's.