diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2021-09-27 19:35:36 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2021-10-09 08:25:06 +0200 |
commit | 4c83dae801a83fdfc07fce8aa68978839a76ae02 (patch) | |
tree | af27a45cca430f9fdee16f672ab50573dd9b99ee | |
parent | 76f60470a192f8ce585ac3289d3037b54d98ba11 (diff) | |
download | upstream-4c83dae801a83fdfc07fce8aa68978839a76ae02.tar.gz upstream-4c83dae801a83fdfc07fce8aa68978839a76ae02.tar.bz2 upstream-4c83dae801a83fdfc07fce8aa68978839a76ae02.zip |
realtek: enable Aquantia PHY support
Enables Aquantia PHY support in the kernel
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
-rw-r--r-- | target/linux/realtek/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/config-5.10 b/target/linux/realtek/config-5.10 index 1b050fc081..727196e112 100644 --- a/target/linux/realtek/config-5.10 +++ b/target/linux/realtek/config-5.10 @@ -1,3 +1,4 @@ +CONFIG_AQUANTIA_PHY=y CONFIG_ARCH_32BIT_OFF_T=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MMAP_RND_BITS_MAX=15 |