diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-13 13:54:38 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-18 17:42:53 +0200 |
commit | 64afcbad3d69147b07dff2462e5645f2c193dee5 (patch) | |
tree | 8c6c239b1911d48ad92fa9deeda23db2579287e0 /target/linux/rockchip | |
parent | afff2feb28baecaaf368002d819fb63973cf778a (diff) | |
download | upstream-64afcbad3d69147b07dff2462e5645f2c193dee5.tar.gz upstream-64afcbad3d69147b07dff2462e5645f2c193dee5.tar.bz2 upstream-64afcbad3d69147b07dff2462e5645f2c193dee5.zip |
kernel: backport Motorcomm YT8521/YT8531 support
It will be used on NanoPi R2C and OrangePi R1 Plus LTS board.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rockchip/armv8/config-5.15 b/target/linux/rockchip/armv8/config-5.15 index 87715789c7..2359fd8729 100644 --- a/target/linux/rockchip/armv8/config-5.15 +++ b/target/linux/rockchip/armv8/config-5.15 @@ -350,6 +350,7 @@ CONFIG_MMC_SDHCI_OF_DWCMSHC=y # CONFIG_MMC_SDHCI_PCI is not set CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MOTORCOMM_PHY=y CONFIG_MQ_IOSCHED_DEADLINE=y # CONFIG_MTD_CFI is not set CONFIG_MTD_CMDLINE_PARTS=y |