From: Alberto Bursi Date: Sat, 20 Apr 2019 15:25:29 +0000 (+0200) Subject: kirkwood: enable sata port multiplier X-Git-Tag: v19.07.0-rc1~698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de0a61a62a2e722bc4c443c4eb843485f837834;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/kirkwood/config-4.14 b/target/linux/kirkwood/config-4.14 index 95c01d7500f..d9075733791 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 2cc45afb2c3..a378fb04002 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