diff options
author | Robert Marko <robimarko@gmail.com> | 2024-02-19 21:38:40 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-19 21:40:06 +0100 |
commit | 63f7ced2f05ac8f1b9f924cd49201e99d24f2832 (patch) | |
tree | 9841f8fc948d7164caed6960a5376ef839af50bd /target | |
parent | afca1236f318c2158920e777536d90334e1a86aa (diff) |
generic: 6.1: add missing symbol for EN8811H PHY driver
Disable Airoha EN8811H PHY driver by default to avoid individual targets having to
disable it.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 18ce637c80..b4aeeb9a70 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -155,6 +155,7 @@ CONFIG_AF_UNIX_OOB=y # CONFIG_AHCI_QORIQ is not set # CONFIG_AHCI_XGENE is not set CONFIG_AIO=y +# CONFIG_AIR_EN8811H_PHY is not set # CONFIG_AIRO is not set # CONFIG_AIRO_CS is not set # CONFIG_AIX_PARTITION is not set |