summaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt
diff options
context:
space:
mode:
authorAnton Antonov <Anton.Antonov@arm.com>2022-12-22 12:01:59 +0000
committerPetr Štetiar <ynezz@true.cz>2023-06-02 11:36:28 +0200
commit26905c96124af10a795167509116252e9357baea (patch)
tree8ad181b3e1069201c29cb9ccaa99f2e6c8cb7144 /target/linux/armvirt
parent3efb3b801bb1393897ff58b9af3753157f28f441 (diff)
downloadopenwrt-26905c96124af10a795167509116252e9357baea.tar.gz
openwrt-26905c96124af10a795167509116252e9357baea.tar.bz2
openwrt-26905c96124af10a795167509116252e9357baea.zip
armvirt: 64: Add storage support for qemu-sbsa platform
Enable SATA support, which is used by the Server Base System Architecture reference board[1]. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Mathew McBride <matt@traverse.com.au> [1] - https://qemu.readthedocs.io/en/latest/system/arm/sbsa.html
Diffstat (limited to 'target/linux/armvirt')
-rw-r--r--target/linux/armvirt/config-6.15
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/armvirt/config-6.1 b/target/linux/armvirt/config-6.1
index 028a5a1b2e..df09b946ac 100644
--- a/target/linux/armvirt/config-6.1
+++ b/target/linux/armvirt/config-6.1
@@ -71,6 +71,8 @@ CONFIG_ARM_GIC_V3=y
CONFIG_ARM_GIC_V3_ITS=y
CONFIG_ARM_GIC_V3_ITS_PCI=y
CONFIG_ARM_PSCI_FW=y
+# CONFIG_ARM_SMMU_V3_PMU is not set
+CONFIG_ATA=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_BLK_DEV_LOOP=y
@@ -252,6 +254,9 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_EFI=y
CONFIG_RTC_DRV_PL031=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
+CONFIG_SATA_AHCI=y
+CONFIG_SATA_AHCI_PLATFORM=y
+CONFIG_SATA_HOST=y
CONFIG_SCSI=y
CONFIG_SCSI_COMMON=y
CONFIG_SCSI_VIRTIO=y