diff options
| author | Alberto Bursi <alberto.bursi@outlook.it> | 2019-04-20 17:25:29 +0200 |
|---|---|---|
| committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-11 16:37:11 +0200 |
| commit | 4de0a61a62a2e722bc4c443c4eb843485f837834 (patch) | |
| tree | 1b50fa16593f8d1d724e58ce5f19a0032f874caf /target/linux | |
| parent | 85017c40f4efce11edd77e0caac14aed0fd690eb (diff) | |
| download | upstream-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>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/kirkwood/config-4.14 | 1 | ||||
| -rw-r--r-- | target/linux/kirkwood/config-4.19 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
