diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-02-02 14:23:42 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-02-02 14:23:42 +0100 |
commit | 3702cc719b5463badbd51d137c2fd2da47606dbf (patch) | |
tree | 6fe314836d2c9bb540526c7ef5d920a2c863f9bf /target/linux/qualcommax | |
parent | d8f4453bf2de9fd9baf3d660ed12e0797ff2cfdb (diff) |
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/qualcommax')
-rw-r--r-- | target/linux/qualcommax/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |