diff options
author | Andrew Lunn <andrew@lunn.ch> | 2016-03-12 00:01:36 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-14 20:43:10 +0100 |
commit | ca3dfa51e67cd41f6514b84a88bc101e8b1a139a (patch) | |
tree | 38455d770dc33f844aa718c18a7c4f51d3ec20c6 /arch/tile/configs/tilegx_defconfig | |
parent | Merge branch 'of_mdio-checks' (diff) | |
download | linux-ca3dfa51e67cd41f6514b84a88bc101e8b1a139a.tar.xz linux-ca3dfa51e67cd41f6514b84a88bc101e8b1a139a.zip |
dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistent
All the drivers support multiple chips, but mv88e6123_61_65 is the
only one that reflects this in its naming. Change it to be consistent
with the other drivers.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/tile/configs/tilegx_defconfig')
-rw-r--r-- | arch/tile/configs/tilegx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/configs/tilegx_defconfig b/arch/tile/configs/tilegx_defconfig index 37dc9364c4a1..984fa00a8c25 100644 --- a/arch/tile/configs/tilegx_defconfig +++ b/arch/tile/configs/tilegx_defconfig @@ -222,7 +222,7 @@ CONFIG_TUN=y CONFIG_VETH=m CONFIG_NET_DSA_MV88E6060=y CONFIG_NET_DSA_MV88E6131=y -CONFIG_NET_DSA_MV88E6123_61_65=y +CONFIG_NET_DSA_MV88E6123=y CONFIG_SKY2=y CONFIG_PTP_1588_CLOCK_TILEGX=y # CONFIG_WLAN is not set |