From 3702cc719b5463badbd51d137c2fd2da47606dbf Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 2 Feb 2024 14:23:42 +0100 Subject: [PATCH] qualcommax: enable back QCA808X PHY driver Commit 997acc7f86ca ("generic: 6.1: backport at803x split patches") didn't enable back QCA808x PHY driver after the introduction of the at803x driver split. Fixes: 997acc7f86ca ("generic: 6.1: backport at803x split patches") Signed-off-by: Christian Marangi --- target/linux/qualcommax/config-6.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qualcommax/config-6.1 b/target/linux/qualcommax/config-6.1 index ad08d05f70..c600efb284 100644 --- a/target/linux/qualcommax/config-6.1 +++ b/target/linux/qualcommax/config-6.1 @@ -352,6 +352,7 @@ CONFIG_POWER_SUPPLY=y CONFIG_PREEMPT_NONE_BUILD=y CONFIG_PRINTK_TIME=y CONFIG_PTP_1588_CLOCK_OPTIONAL=y +CONFIG_QCA808X_PHY=y # CONFIG_QCM_DISPCC_2290 is not set # CONFIG_QCM_GCC_2290 is not set # CONFIG_QCOM_A53PLL is not set -- 2.30.2