aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2019-04-20 17:25:29 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-05-11 16:37:11 +0200
commit4de0a61a62a2e722bc4c443c4eb843485f837834 (patch)
tree1b50fa16593f8d1d724e58ce5f19a0032f874caf
parent85017c40f4efce11edd77e0caac14aed0fd690eb (diff)
downloadupstream-4de0a61a62a2e722bc4c443c4eb843485f837834.tar.gz
upstream-4de0a61a62a2e722bc4c443c4eb843485f837834.tar.bz2
upstream-4de0a61a62a2e722bc4c443c4eb843485f837834.zip
kirkwood: enable sata port multiplier
Marvell sata controllers in all kirkwood SoCs support sata port multipliers, just like mvebu. Enable this feature in the default kernel config so it is available in normal builds. tested and working on nsa310b Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-rw-r--r--target/linux/kirkwood/config-4.141
-rw-r--r--target/linux/kirkwood/config-4.191
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-4.14 b/target/linux/kirkwood/config-4.14
index 95c01d7500..d907573379 100644
--- a/target/linux/kirkwood/config-4.14
+++ b/target/linux/kirkwood/config-4.14
@@ -291,6 +291,7 @@ CONFIG_RTC_I2C_AND_SPI=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_SATA_MV=y
+CONFIG_SATA_PMP=y
# CONFIG_SCHED_INFO is not set
CONFIG_SCSI=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
diff --git a/target/linux/kirkwood/config-4.19 b/target/linux/kirkwood/config-4.19
index 2cc45afb2c..a378fb0400 100644
--- a/target/linux/kirkwood/config-4.19
+++ b/target/linux/kirkwood/config-4.19
@@ -289,6 +289,7 @@ CONFIG_RTC_I2C_AND_SPI=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_SATA_MV=y
+CONFIG_SATA_PMP=y
CONFIG_SCSI=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_FSL=y