[openwrt/openwrt] sunxi: Activate CONFIG_SATA_PMP
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 2 16:14:39 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2c6c77bb9551dc70775a8238d3f93e0751ba22e6
commit 2c6c77bb9551dc70775a8238d3f93e0751ba22e6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Oct 2 22:03:04 2021 +0200
sunxi: Activate CONFIG_SATA_PMP
The kernel 5.4 configuration activated SATA Port Multiplier support, add
it to kernel 5.10 too.
Fixes: 83672f506d95 ("sunxi: add testing Linux 5.10")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/sunxi/config-5.10 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/sunxi/config-5.10 b/target/linux/sunxi/config-5.10
index 2b9fd2e668..2f0a8ab968 100644
--- a/target/linux/sunxi/config-5.10
+++ b/target/linux/sunxi/config-5.10
@@ -387,6 +387,8 @@ CONFIG_RESET_SUNXI=y
CONFIG_RFS_ACCEL=y
CONFIG_RPS=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
+CONFIG_SATA_HOST=y
+CONFIG_SATA_PMP=y
CONFIG_SCSI=y
CONFIG_SDIO_UART=y
CONFIG_SECURITYFS=y
More information about the lede-commits
mailing list