net: cpsw: make TI_CPSW_PHY_SEL invisible
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 15 Jul 2016 08:12:15 +0000 (10:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2016 04:27:43 +0000 (21:27 -0700)
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>
drivers/net/ethernet/ti/Kconfig

index e7f0b7d95b65ab30becc1bb13b6ff00f64914c10..9904d740d528aa4c4c7756a8002a15f035b431ed 100644 (file)
@@ -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.
This page took 0.02743 seconds and 5 git commands to generate.