aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.10
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-07-29 12:01:04 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-08 19:50:45 +0200
commit86c0c12c74597e4e4cb617788334a5755056f803 (patch)
tree8663695214f1a7b64dd9c476bb1e46e3a6c8c036 /target/linux/ath79/patches-5.10
parent968dc3329961918eb97b5eea3a9a00dade24c29c (diff)
downloadupstream-86c0c12c74597e4e4cb617788334a5755056f803.tar.gz
upstream-86c0c12c74597e4e4cb617788334a5755056f803.tar.bz2
upstream-86c0c12c74597e4e4cb617788334a5755056f803.zip
ath79: fix the AR7{1,2}00 USB PHY patches
PHY_SIMPLE is a bogus kconfig symbol, what we really need to select is GENERIC_PHY. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath79/patches-5.10')
-rw-r--r--target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch b/target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch
index e319f738a5..56c3d61887 100644
--- a/target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch
+++ b/target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch
@@ -23,7 +23,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
+ tristate "Atheros AR7100 USB PHY driver"
+ depends on ATH79 || COMPILE_TEST
+ default y if USB_EHCI_HCD_PLATFORM
-+ select PHY_SIMPLE
++ select GENERIC_PHY
+ help
+ Enable this to support the USB PHY on Atheros AR7100 SoCs.
+
@@ -31,7 +31,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
+ tristate "Atheros AR7200 USB PHY driver"
+ depends on ATH79 || COMPILE_TEST
+ default y if USB_EHCI_HCD_PLATFORM
-+ select PHY_SIMPLE
++ select GENERIC_PHY
+ help
+ Enable this to support the USB PHY on Atheros AR7200 SoCs.
+