diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-30 08:35:21 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-06-24 22:36:38 +0200 |
commit | d165f1f3bcb7330d008d68c2c9b4538c5fd3ebce (patch) | |
tree | c4c44e381ff21b71f388594fe458405f00c77ee7 /target/linux/generic/patches-4.4/720-phy_adm6996.patch | |
parent | 7e128632522988513c90e5fda44e6aab5b9f21cf (diff) | |
download | mtk-20170518-d165f1f3bcb7330d008d68c2c9b4538c5fd3ebce.zip mtk-20170518-d165f1f3bcb7330d008d68c2c9b4538c5fd3ebce.tar.gz mtk-20170518-d165f1f3bcb7330d008d68c2c9b4538c5fd3ebce.tar.bz2 |
kernel: move Lantiq PEF7061/7071/7072 phy driver to generic
The driver is used for boards outside the lantiq target as well. Move
it to generic to make it available for more targets.
The phy driver is included in kernel 4.8 as INTEL_XWAY_PHY.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/generic/patches-4.4/720-phy_adm6996.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/720-phy_adm6996.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.4/720-phy_adm6996.patch b/target/linux/generic/patches-4.4/720-phy_adm6996.patch index 3ee02f1..bf939e8 100644 --- a/target/linux/generic/patches-4.4/720-phy_adm6996.patch +++ b/target/linux/generic/patches-4.4/720-phy_adm6996.patch @@ -1,8 +1,8 @@ --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -170,6 +170,13 @@ config MICROCHIP_PHY - help - Supports the LAN88XX PHYs. +@@ -175,6 +175,13 @@ config LANTIQ_PHY + ---help--- + Supports the 11G and 22F PHYs. +config ADM6996_PHY + tristate "Driver for ADM6996 switches" |