[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OSSTEST] ts-kernel-build: add kernel kconfig for the Arndale
- To: Luca Fancellu <luca.fancellu@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 21 Jul 2023 15:24:32 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=SL6scpT7Vjwvxd9wo5uPjS1KwEjnYbIgvSSfJSCJ0aM=; b=Fwc51eGAz0v9mcJrseYEh2c9U8SUxfIwAQKTOVUcUNZgZtfTyb/eoixbkYZiVRjlKyFnBIKxYlHs8nWQQ/claqPhHz8u3E1L1hg2nzX7hpkkTMj7a4AKzzEAr5O44KArh1GdvMHmXILsQ1aAVXwasNhA62ho41s5V72C+S1ggPLxWkJ02aPDVJOOnEUk+FxRIb3m6FwakvTWO4tirVxckDRsaNDFJo0h4GlV1wXEd4Nrg0AByAkTMl/G9r68EVUv7gY/kKWTCddES2fPZX/qfJdowYCfYSyBZAPxx3nkzrSZFpsAwwRhLiiAZ9jta3AKAUChsATf0EAW/lx+dO1jXw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RXhCC7DfOq8yUDRGDvTN4kHk0Zc2KZXyQ+R09U5+5RPXxWLoNpgp6DwEcZOBtHPjW2GOCOMRutDMW6hnPiAKJ1Ix8OgPM5/blEXu6wBU5aDG6hs0RSrkIta09ckqGYQf+weUEVGsx9X3yxuyUDVl2H0ynO5FYDDHR9JumCEFWGlmEi9mLBwnSfeTvJSnPDt6KdtfmzePh4wr6IfqcINv1iPPJYbU+oC/UnJEmBT74aXMDt1XsZ2QTGeVOYSVvEfWx+Oa+jldxMpTD27UBKV6vlkA8WFnuAWyrh71RAmbSGqS54eDdMCq719Su6MzHXxXLxfLH5kE3jh5BTjQ9qJRnA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: rahul.singh@xxxxxxx, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 21 Jul 2023 13:24:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 21.07.2023 14:16, Luca Fancellu wrote:
> The Linux commit 33629d35090f5ce2b1b4ce78aa39954c603536d5 has
> removed the 'snps,dwc-ahci' compatible from the generic
> AHCI-platform driver control module selected by
> CONFIG_SATA_AHCI_PLATFORM.
>
> A new driver, the DWC AHCI SATA platform driver is now implemented
> and handles the above compatible when CONFIG_AHCI_DWC is selected.
>
> The module is needed for the Arndale board to have the SATA controller
> working, so enable the CONFIG_AHCI_DWC as additional kconfig parameter
> in ts-kernel-build.
Largely out of curiosity: Since you say "module" here, ...
> --- a/ts-kernel-build
> +++ b/ts-kernel-build
> @@ -245,6 +245,7 @@ setopt CONFIG_SENSORS_LM90 n
> setopt CONFIG_ICS932S401 n
>
> # Enable some additional drivers for Arndale.
> +setopt CONFIG_AHCI_DWC y
... does it really need to be y (and not m) here?
Jan
|