diff options
author | Robert Marko <robimarko@gmail.com> | 2024-02-05 15:06:06 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-05 15:09:00 +0100 |
commit | ce4664b88632295b15cd9ccc93ec92bb5638e46c (patch) | |
tree | aaeba52e7f68ac9c3004ec8e2abba607fdb7eb3a /target/linux/qualcommax | |
parent | b463737826eaa6c519eba93e13757a0cd3e09d47 (diff) |
qualcommax: enable PHYLIB LED support
CONFIG_PHYLIB_LEDS is required in order for phylib to probe the DT for LEDs
attached to PHY-s.
Fixes: 75ad5c2 ("qualcommax: switch to qca8081 upstream PHY driver")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/qualcommax')
-rw-r--r-- | target/linux/qualcommax/config-6.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/qualcommax/config-6.1 b/target/linux/qualcommax/config-6.1 index c600efb284..a336d3df05 100644 --- a/target/linux/qualcommax/config-6.1 +++ b/target/linux/qualcommax/config-6.1 @@ -274,6 +274,7 @@ CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=4 CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y CONFIG_NVMEM=y +CONFIG_NVMEM_LAYOUTS=y CONFIG_NVMEM_QCOM_QFPROM=y # CONFIG_NVMEM_QCOM_SEC_QFPROM is not set CONFIG_NVMEM_SYSFS=y @@ -290,6 +291,7 @@ CONFIG_PADATA=y CONFIG_PAGE_POOL=y CONFIG_PAGE_SIZE_LESS_THAN_256KB=y CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y CONFIG_PARTITION_PERCPU=y CONFIG_PCI=y CONFIG_PCIEAER=y @@ -309,6 +311,7 @@ CONFIG_PCI_MSI=y CONFIG_PCI_MSI_IRQ_DOMAIN=y CONFIG_PGTABLE_LEVELS=3 CONFIG_PHYLIB=y +CONFIG_PHYLIB_LEDS=y CONFIG_PHYS_ADDR_T_64BIT=y # CONFIG_PHY_QCOM_APQ8064_SATA is not set # CONFIG_PHY_QCOM_EDP is not set @@ -376,6 +379,7 @@ CONFIG_QCOM_BAM_DMA=y # CONFIG_QCOM_LLCC is not set CONFIG_QCOM_MDT_LOADER=y # CONFIG_QCOM_MPM is not set +CONFIG_QCOM_NET_PHYLIB=y # CONFIG_QCOM_OCMEM is not set # CONFIG_QCOM_PDC is not set CONFIG_QCOM_PIL_INFO=y |