diff options
author | Birger Koblitz <mail@birger-koblitz.de> | 2021-01-05 20:40:52 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-01-05 22:43:40 +0100 |
commit | 89f71ebb355c624320c2b0ace8ae9488ff53cbeb (patch) | |
tree | 8c3acb260b7b6e75cde102a06bf3d0d4322df9e1 /target/linux/realtek/config-5.4 | |
parent | f34f4a6665a91571866de38f476554ed986eccf2 (diff) | |
download | upstream-89f71ebb355c624320c2b0ace8ae9488ff53cbeb.tar.gz upstream-89f71ebb355c624320c2b0ace8ae9488ff53cbeb.tar.bz2 upstream-89f71ebb355c624320c2b0ace8ae9488ff53cbeb.zip |
realtek: fix build issues
This fixes the build problems for the REALTEK target by adding a proper
configuration option for the phy module.
Signed-off-by: Birger Koblitz <mail@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/config-5.4')
-rw-r--r-- | target/linux/realtek/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/config-5.4 b/target/linux/realtek/config-5.4 index 170bcb7632..2176a2cf50 100644 --- a/target/linux/realtek/config-5.4 +++ b/target/linux/realtek/config-5.4 @@ -71,6 +71,7 @@ CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GPIOLIB=y CONFIG_GPIO_RTL8231=y CONFIG_GPIO_RTL838X=y +CONFIG_REALTEK_SOC_PHY=y CONFIG_GRO_CELLS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDWARE_WATCHPOINTS=y |