aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-07-15 10:12:15 +0200
committerDavid S. Miller <davem@davemloft.net>2016-07-16 21:27:43 -0700
commit8d8836d4dc74ae13acfa604f0355440eaaf23ee0 (patch)
tree2e3aee2bf38f8cd5c120a94b90ea0c4f8f9a1ba9
parentwan/fsl_ucc_hdlc: rewrite error handling to make it clearer (diff)
downloadlinux-dev-8d8836d4dc74ae13acfa604f0355440eaaf23ee0.tar.xz
linux-dev-8d8836d4dc74ae13acfa604f0355440eaaf23ee0.zip
net: cpsw: make TI_CPSW_PHY_SEL invisible
TI_CPSW_PHY_SEL depended on TI_CPSW and was selected by the latter. So there is no reason to have this symbol visible. A further optimisation would be to put the code for both symbols into a single module which would allow to not export at least cpsw_phy_sel() and simplify the module load process. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/ti/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
index e7f0b7d95b65..9904d740d528 100644
--- a/drivers/net/ethernet/ti/Kconfig
+++ b/drivers/net/ethernet/ti/Kconfig
@@ -48,8 +48,7 @@ config TI_DAVINCI_CPDMA
will be called davinci_cpdma. This is recommended.
config TI_CPSW_PHY_SEL
- bool "TI CPSW Switch Phy sel Support"
- depends on TI_CPSW
+ bool
---help---
This driver supports configuring of the phy mode connected to
the CPSW.