diff options
author | David Bauer <mail@david-bauer.net> | 2021-03-03 23:50:41 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-03-05 00:03:57 +0100 |
commit | 18a9eff0f607139bc0215197ed8957432d5632e8 (patch) | |
tree | 3a312d8675b9546fc37ca25f540a44a5a91787a4 /target/linux | |
parent | 82b9713ce8f5ff90d1d89dbf667aeab5b0aec358 (diff) | |
download | upstream-18a9eff0f607139bc0215197ed8957432d5632e8.tar.gz upstream-18a9eff0f607139bc0215197ed8957432d5632e8.tar.bz2 upstream-18a9eff0f607139bc0215197ed8957432d5632e8.zip |
ath79: enable AT803X PHY for kernel 5.10
The config symbol for the AT803x device driver was lost when adding
kernel 5.10.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index 48ed6c7300..d587942417 100644 --- a/target/linux/ath79/config-5.10 +++ b/target/linux/ath79/config-5.10 @@ -8,6 +8,7 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MMAP_RND_BITS_MAX=15 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15 CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_AT803X_PHY=y CONFIG_ATH79=y CONFIG_ATH79_WDT=y CONFIG_BLK_MQ_PCI=y |