From 732b3428409a91a2f955c685399a468a6aa87753 Mon Sep 17 00:00:00 2001 From: Michel Kraus Date: Sun, 24 Jan 2021 09:02:21 +0000 Subject: [PATCH 1/2] rescue-image: enable SATA on omnia This reenables the SATA support on the Omnia only. --- hardware/rescue-image/files/kernel-config-omnia | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/rescue-image/files/kernel-config-omnia b/hardware/rescue-image/files/kernel-config-omnia index 2ba9975a4..a0e3da710 100644 --- a/hardware/rescue-image/files/kernel-config-omnia +++ b/hardware/rescue-image/files/kernel-config-omnia @@ -1,2 +1,4 @@ CONFIG_I2C_MUX=y CONFIG_I2C_MUX_PCA954x=y +CONFIG_AHCI_MVEBU=y +CONFIG_SATA_AHCI_PLATFORM=y -- 2.20.1