From ee7258fa14cd30a55cd4f731c05e09c90f31df49 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 28 Jun 2021 11:03:27 +0200 Subject: [PATCH] pygoscelis: Drop SATA support into modules --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 55a2261..cf69e2c 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1643,7 +1643,7 @@ CONFIG_SCSI_SCAN_ASYNC=y # CONFIG_SCSI_DH is not set # end of SCSI device support -CONFIG_ATA=y +CONFIG_ATA=m CONFIG_SATA_HOST=y CONFIG_ATA_VERBOSE_ERROR=y # CONFIG_ATA_FORCE is not set @@ -1653,7 +1653,7 @@ CONFIG_ATA_VERBOSE_ERROR=y # # Controllers with non-SFF native interface # -CONFIG_SATA_AHCI=y +CONFIG_SATA_AHCI=m CONFIG_SATA_MOBILE_LPM_POLICY=3 # CONFIG_SATA_AHCI_PLATFORM is not set # CONFIG_SATA_INIC162X is not set